Class BlobAttribute

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

public final class BlobAttribute extends SourceAttribute
  • Field Details

    • _dataOffset

      private final int _dataOffset
    • _data

      private final byte[] _data
  • 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()