Class BlobAttribute
java.lang.Object
com.strobel.assembler.ir.attributes.SourceAttribute
com.strobel.assembler.ir.attributes.BlobAttribute
- Author:
- Mike Strobel
-
Constructor Summary
ConstructorsConstructorDescriptionBlobAttribute(String name, byte[] data) BlobAttribute(String name, byte[] data, int dataOffset) -
Method Summary
Methods inherited from class com.strobel.assembler.ir.attributes.SourceAttribute
create, find, find, getLength, getName, readAttribute, readAttributes
-
Constructor Details
-
BlobAttribute
-
BlobAttribute
-
-
Method Details
-
getDataOffset
public int getDataOffset() -
getData
public byte[] getData()
-