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:
Closeable
,AutoCloseable
- Enclosing interface:
- ExtendedDataInput
- Since:
- 2.0
- Author:
- Eike Stepper
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
Stream
-
-
Method Details
-
getDelegate
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-