Package org.eclipse.net4j.util.io
Interface ExtendedOutputHandler
- 
- All Known Subinterfaces:
- ExtendedIOHandler
 - All Known Implementing Classes:
- ExtendedIOAdapter
 
 public interface ExtendedOutputHandler- Since:
- 2.0
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleOut(ExtendedDataOutputStream out)
 
- 
- 
- 
Method Detail- 
handleOutvoid handleOut(ExtendedDataOutputStream out) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 
-