All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.tools.dataFormatWizard.readers.ASCII_Literal
java.lang.Object
|
+----com.ibm.beans.tools.dataFormatWizard.readers.ASCII_Literal
- public class ASCII_Literal
- extends Object
- implements LegacyReader
ASCII_Literal is a simple class to read an ASCII literal string.
-
ASCII_Literal(String)
- Creates an ASCII_Literal instance.
-
readLegacy(DataInputStream)
- Reads the value of this object from an input stream.
ASCII_Literal
public ASCII_Literal(String newLiteral)
- Creates an ASCII_Literal instance.
- Parameters:
- newLiteral - The literal string expected to be read.
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