All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.tools.dataFormatWizard.readers.ASCII_String
java.lang.Object
|
+----com.ibm.beans.tools.dataFormatWizard.readers.ASCII_String
- public class ASCII_String
- extends Object
- implements LegacyReader
ASCII_String is a simple class to read a string of ASCII digits.
-
ASCII_String(int)
- Creates an ASCII_String instance.
-
getValue()
- Gets the most recently read string value.
-
readLegacy(DataInputStream)
- Reads the value of this object from an input stream.
ASCII_String
public ASCII_String(int nBytes)
- Creates an ASCII_String instance.
- Parameters:
- nBytes - The number of bytes expected to be read.
getValue
public String getValue()
- Gets the most recently read string value.
- Returns:
- The most recently read string value.
readLegacy
public void readLegacy(DataInputStream inputStream) throws IOException
- Reads the value of this object from an input stream.
- Parameters:
- inputStream - An input stream.
All Packages Class Hierarchy This Package Previous Next Index