com.ibm.ulc.util
Interface IAnythingReader
- All Known Implementing Classes:
- AnythingReader, AnythingReader2
- public abstract interface IAnythingReader
Instances of classes that implement this interface are used to stream Anythings
from an InputStream in a specific format.
createWriter
public IAnythingWriter createWriter()
- Creates the corresponding writer for this format
read
public Anything read(java.io.InputStream is)
readEx
public Anything readEx(java.io.InputStream is)
throws java.io.IOException