alt.jiapi.file
Class ConstantPool.LongInfo

java.lang.Object
  extended by alt.jiapi.file.ConstantPool.Entry
      extended by alt.jiapi.file.ConstantPool.LongInfo
Enclosing class:
ConstantPool

public class ConstantPool.LongInfo
extends ConstantPool.Entry


Method Summary
 int getHighBytes()
           
 int getLowBytes()
           
 java.lang.String toString()
           
 void writeData(java.io.DataOutputStream dos)
          Writes this Entry to DataOutputStream given.
 
Methods inherited from class alt.jiapi.file.ConstantPool.Entry
getEntryIndex, getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getHighBytes

public int getHighBytes()

getLowBytes

public int getLowBytes()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

writeData

public void writeData(java.io.DataOutputStream dos)
               throws java.io.IOException
Description copied from class: ConstantPool.Entry
Writes this Entry to DataOutputStream given.

Specified by:
writeData in class ConstantPool.Entry
Parameters:
dos - DataOutputStream used
Throws:
java.io.IOException


Copyright © 2001. Documenation generated August 26 2011.