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

Deprecated.

@Deprecated
public static class ExtendedDataInput.Stream
extends InputStream

Since:
2.0
Author:
Eike Stepper

Constructor Summary
ExtendedDataInput.Stream(ExtendedDataInput delegate)
          Deprecated.  
 
Method Summary
 ExtendedDataInput getDelegate()
          Deprecated.  
 int read()
          Deprecated.  
 
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)
Deprecated. 
Method Detail

getDelegate

public ExtendedDataInput getDelegate()
Deprecated. 

read

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


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