Class BlobAttribute

java.lang.Object
com.strobel.assembler.ir.attributes.SourceAttribute
com.strobel.assembler.ir.attributes.BlobAttribute

public final class BlobAttribute extends SourceAttribute
Author:
Mike Strobel
  • Constructor Details

    • BlobAttribute

      public BlobAttribute(String name, byte[] data)
    • BlobAttribute

      public BlobAttribute(String name, byte[] data, int dataOffset)
  • Method Details

    • getDataOffset

      public int getDataOffset()
    • getData

      public byte[] getData()