All Packages Class Hierarchy This Package Previous Next Index
Class harpoon.ClassFile.Raw.Attribute.AttributeUnknown
java.lang.Object
|
+----harpoon.ClassFile.Raw.Attribute.Attribute
|
+----harpoon.ClassFile.Raw.Attribute.AttributeUnknown
- public class AttributeUnknown
- extends Attribute
An attribute of unknown format.
- Version:
- $Id: AttributeUnknown.java,v 1.6 1998/10/11 03:01:13 cananian Exp $
- Author:
- C. Scott Ananian <cananian@alumni.princeton.edu>
- See Also:
- Attribute
-
info
- Generic attribute information of unknown type.
-
AttributeUnknown(ClassFile, int, byte[])
- Constructor.
-
attribute_length()
- The value of the
attribute_length
item indicates
the length of the attribute, excluding the initial six bytes.
-
write(ClassDataOutputStream)
- Write to bytecode stream.
info
public byte info[]
- Generic attribute information of unknown type.
AttributeUnknown
public AttributeUnknown(ClassFile parent,
int attribute_name_index,
byte info[])
- Constructor.
attribute_length
public long attribute_length()
- The value of the
attribute_length
item indicates
the length of the attribute, excluding the initial six bytes.
- Overrides:
- attribute_length in class Attribute
write
public void write(ClassDataOutputStream out) throws IOException
- Write to bytecode stream.
- Overrides:
- write in class Attribute
All Packages Class Hierarchy This Package Previous Next Index