org.eclipse.net4j.util.io
Class ExtendedDataInput.Stream

java.lang.Object
  extended by java.io.InputStream
      extended by org.eclipse.net4j.util.io.ExtendedDataInput.Stream
All Implemented Interfaces:
Closeable
Enclosing interface:
ExtendedDataInput

public static class ExtendedDataInput.Stream
extends InputStream

Since:
2.0

Constructor Summary
ExtendedDataInput.Stream(ExtendedDataInput delegate)
           
 
Method Summary
 ExtendedDataInput getDelegate()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedDataInput.Stream

public ExtendedDataInput.Stream(ExtendedDataInput delegate)
Method Detail

getDelegate

public ExtendedDataInput getDelegate()

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.