All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BIT.lowBIT.CONSTANT_String_Info

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

public class CONSTANT_String_Info
extends Cp_Info

Variable Index

 o string_index

Constructor Index

 o CONSTANT_String_Info(DataInputStream, byte)
 o CONSTANT_String_Info(short)

Method Index

 o equals(Object)
 o write(DataOutputStream)

Variables

 o string_index
 public short string_index

Constructors

 o CONSTANT_String_Info
 public CONSTANT_String_Info(DataInputStream iStream,
                             byte tag) throws IOException
 o CONSTANT_String_Info
 public CONSTANT_String_Info(short string_index)

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