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

Constructor Index

 o MiscAttr(String, byte[])
 o MiscAttr(String, byte[], int, int)

Method Index

 o getLength()
Return the length of the attribute in bytes.
 o write(DataOutputStream)
Write out the contents of the Attribute.

Constructors

 o MiscAttr
 public MiscAttr(String name,
                 byte data[],
                 int offset,
                 int length)
 o MiscAttr
 public MiscAttr(String name,
                 byte data[])

Methods

 o getLength
 public int getLength()
Return the length of the attribute in bytes.

Overrides:
getLength in class Attribute
 o 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