net.sf.cotta.io
Interface IoProcessor


Deprecated. use InputProcessor or OutputProcessor

public interface IoProcessor

I/O Process used by TFile as call back

See Also:
InputProcessor, OutputProcessor

Method Summary
 void process(IoManager io)
          Deprecated. Process the io
 

Method Detail

process

void process(IoManager io)
             throws java.io.IOException
Deprecated. 
Process the io

Parameters:
io - I/O manager to be used
Throws:
java.io.IOException - error during the processing