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.


Constructor Index

 o ASCII_Integer(int)
Creates an ASCII_Integer instance.

Method Index

 o getValue()
Gets the most recently read integer value.
 o readLegacy(DataInputStream)
Reads the value of this object from an input stream.

Constructors

 o ASCII_Integer
 public ASCII_Integer(int nDigits)
Creates an ASCII_Integer instance.

Parameters:
nDigits - The number of digits expected to be read.

Methods

 o getValue
 public int getValue()
Gets the most recently read integer value.

Returns:
The most recently read integer value.
 o 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