All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.beans.tools.dataFormatWizard.LegacyReader
- public interface interface LegacyReader
The LegacyReader interface declares a readLegacy() method
used by legacy data reader classes.
-
readLegacy(DataInputStream)
- Reads the contents of this class from a legacy data stream.
readLegacy
public abstract void readLegacy(DataInputStream in) throws IOException
- Reads the contents of this class from a legacy data stream.
- Parameters:
- inputStream - A legacy data stream.
- Throws: IOException
- Thrown if an error occurs while reading the legacy data stream.
All Packages Class Hierarchy This Package Previous Next Index