All Packages Class Hierarchy This Package Previous Next Index
Class gnu.bytecode.MiscAttr
java.lang.Object
|
+----gnu.bytecode.Attribute
|
+----gnu.bytecode.MiscAttr
- public class MiscAttr
- extends Attribute
-
MiscAttr(String, byte[])
-
-
MiscAttr(String, byte[], int, int)
-
-
getLength()
- Return the length of the attribute in bytes.
-
write(DataOutputStream)
- Write out the contents of the Attribute.
MiscAttr
public MiscAttr(String name,
byte data[],
int offset,
int length)
MiscAttr
public MiscAttr(String name,
byte data[])
getLength
public int getLength()
- Return the length of the attribute in bytes.
- Overrides:
- getLength in class Attribute
write
public void write(DataOutputStream dstr) throws IOException
- Write out the contents of the Attribute.
- Overrides:
- write in class Attribute
All Packages Class Hierarchy This Package Previous Next Index