org.eclipse.net4j.util.io
Class IOAdapter

java.lang.Object
  extended by org.eclipse.net4j.util.io.IOAdapter
All Implemented Interfaces:
IOHandler

public class IOAdapter
extends java.lang.Object
implements IOHandler


Constructor Summary
IOAdapter()
           
 
Method Summary
 void handleIn(ExtendedDataInputStream in)
           
 void handleOut(ExtendedDataOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOAdapter

public IOAdapter()
Method Detail

handleIn

public void handleIn(ExtendedDataInputStream in)
              throws java.io.IOException
Specified by:
handleIn in interface IOHandler
Throws:
java.io.IOException

handleOut

public void handleOut(ExtendedDataOutputStream out)
               throws java.io.IOException
Specified by:
handleOut in interface IOHandler
Throws:
java.io.IOException

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