com.ibm.ulc.util
Interface IAnythingWriter
- All Known Implementing Classes:
- AnythingWriter, AnythingWriter2
- public abstract interface IAnythingWriter
Instances of classes that implement this interface are used to write Anythings
in a specific format.
createReader
public IAnythingReader createReader()
- Creates the corresponding reader for this format
print
public void print(java.io.OutputStream os,
Anything a)
printEx
public void printEx(java.io.OutputStream os,
Anything a)
throws java.io.InterruptedIOException,
java.io.IOException