com.ibm.ulc.util
Interface IAnythingWriter

All Known Implementing Classes:
AnythingWriter, AnythingWriter2

public interface IAnythingWriter

Instances of classes that implement this interface are used to write Anythings in a specific format.


Method Summary
 IAnythingReader createReader()
          Creates the corresponding reader for this format
 void print(java.io.OutputStream os, Anything a)
           
 void printEx(java.io.OutputStream os, Anything a)
           
 

Method Detail

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