All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BIT.lowBIT.CONSTANT_Utf8_Info

java.lang.Object
   |
   +----BIT.lowBIT.Cp_Info
           |
           +----BIT.lowBIT.CONSTANT_Utf8_Info

public class CONSTANT_Utf8_Info
extends Cp_Info

Variable Index

 o bytes
 o length

Constructor Index

 o CONSTANT_Utf8_Info(DataInputStream, byte)
 o CONSTANT_Utf8_Info(String)

Method Index

 o equals(Object)
 o write(DataOutputStream)

Variables

 o length
 public short length
 o bytes
 public byte bytes[]

Constructors

 o CONSTANT_Utf8_Info
 public CONSTANT_Utf8_Info(DataInputStream iStream,
                           byte tag) throws IOException
 o CONSTANT_Utf8_Info
 public CONSTANT_Utf8_Info(String s)

Methods

 o write
 public void write(DataOutputStream oStream) throws IOException
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class Cp_Info

All Packages  Class Hierarchy  This Package  Previous  Next  Index