org.eclipse.net4j.util.io
Interface IOHandler

All Known Implementing Classes:
IOAdapter

public interface IOHandler


Method Summary
 void handleIn(ExtendedDataInputStream in)
           
 void handleOut(ExtendedDataOutputStream out)
           
 

Method Detail

handleIn

void handleIn(ExtendedDataInputStream in)
              throws java.io.IOException
Throws:
java.io.IOException

handleOut

void handleOut(ExtendedDataOutputStream out)
               throws java.io.IOException
Throws:
java.io.IOException

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.