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.


Constructor Index

 o ASCII_String(int)
Creates an ASCII_String instance.

Method Index

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

Constructors

 o ASCII_String
 public ASCII_String(int nBytes)
Creates an ASCII_String instance.

Parameters:
nBytes - The number of bytes expected to be read.

Methods

 o getValue
 public String getValue()
Gets the most recently read string value.

Returns:
The most recently read string 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