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.


Method Summary
 IAnythingWriter createWriter()
          Creates the corresponding writer for this format
 Anything read(java.io.InputStream is)
           
 Anything readEx(java.io.InputStream is)
           
 

Method Detail

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