alt.jiapi.file
Class ConstantPool.StringInfo

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

public class ConstantPool.StringInfo
extends ConstantPool.Entry


Method Summary
 java.lang.String stringValue()
           
 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

stringValue

public java.lang.String stringValue()

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.