All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.tools.dataFormatWizard.readers.ASCII_Integer
java.lang.Object
|
+----com.ibm.beans.tools.dataFormatWizard.readers.ASCII_Integer
- public class ASCII_Integer
- extends Object
- implements LegacyReader
ASCII_Integer is a simple class to read integer values represented
by a string of ASCII digits.
-
ASCII_Integer(int)
- Creates an ASCII_Integer instance.
-
getValue()
- Gets the most recently read integer value.
-
readLegacy(DataInputStream)
- Reads the value of this object from an input stream.
ASCII_Integer
public ASCII_Integer(int nDigits)
- Creates an ASCII_Integer instance.
- Parameters:
- nDigits - The number of digits expected to be read.
getValue
public int getValue()
- Gets the most recently read integer value.
- Returns:
- The most recently read integer 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