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

Variable Index

 o info
Generic attribute information of unknown type.

Constructor Index

 o AttributeUnknown(ClassFile, int, byte[])
Constructor.

Method Index

 o attribute_length()
The value of the attribute_length item indicates the length of the attribute, excluding the initial six bytes.
 o write(ClassDataOutputStream)
Write to bytecode stream.

Variables

 o info
 public byte info[]
Generic attribute information of unknown type.

Constructors

 o AttributeUnknown
 public AttributeUnknown(ClassFile parent,
                         int attribute_name_index,
                         byte info[])
Constructor.

Methods

 o 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
 o 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