public class MiscAttr extends Attribute
Constructor and Description |
---|
MiscAttr(java.lang.String name,
byte[] data) |
MiscAttr(java.lang.String name,
byte[] data,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Return the length of the attribute in bytes.
|
void |
print(ClassTypeWriter dst) |
protected void |
put1(int val) |
protected void |
put2(int val) |
protected void |
put2(int offset,
int val) |
protected int |
u1() |
protected int |
u1(int offset) |
protected int |
u2() |
protected int |
u2(int offset) |
void |
write(java.io.DataOutputStream dstr)
Write out the contents of the Attribute.
|
addToFrontOf, assignConstants, assignConstants, count, get, getConstants, getContainer, getLengthAll, getName, getNameIndex, getNext, isSkipped, setContainer, setName, setNameIndex, setNext, setSkipped, setSkipped, writeAll
public MiscAttr(java.lang.String name, byte[] data, int offset, int length)
public MiscAttr(java.lang.String name, byte[] data)
public int getLength()
protected int u1(int offset)
protected int u2(int offset)
protected int u1()
protected int u2()
protected void put1(int val)
protected void put2(int val)
protected void put2(int offset, int val)
public void write(java.io.DataOutputStream dstr) throws java.io.IOException
public void print(ClassTypeWriter dst)