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.


Constructor Index

 o ASCII_Literal(String)
Creates an ASCII_Literal instance.

Method Index

 o readLegacy(DataInputStream)
Reads the value of this object from an input stream.

Constructors

 o ASCII_Literal
 public ASCII_Literal(String newLiteral)
Creates an ASCII_Literal instance.

Parameters:
newLiteral - The literal string expected to be read.

Methods

 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