Package org.eclipse.net4j.util.io
Class ExtendedDataInput.Stream
- java.lang.Object
- 
- java.io.InputStream
- 
- org.eclipse.net4j.util.io.ExtendedDataInput.Stream
 
 
- 
- All Implemented Interfaces:
- java.io.Closeable,- java.lang.AutoCloseable
 - Enclosing interface:
- ExtendedDataInput
 
 public static class ExtendedDataInput.Stream extends java.io.InputStream- Since:
- 2.0
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description Stream(ExtendedDataInput delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()ExtendedDataInputgetDelegate()intread()
 
- 
- 
- 
Constructor Detail- 
Streampublic Stream(ExtendedDataInput delegate) 
 
- 
 - 
Method Detail- 
getDelegatepublic ExtendedDataInput getDelegate() 
 - 
readpublic int read() throws java.io.IOException- Specified by:
- readin class- java.io.InputStream
- Throws:
- java.io.IOException
 
 - 
closepublic void close() throws java.io.IOException- Specified by:
- closein interface- java.lang.AutoCloseable
- Specified by:
- closein interface- java.io.Closeable
- Overrides:
- closein class- java.io.InputStream
- Throws:
- java.io.IOException
 
 
- 
 
-