Package org.eclipse.net4j.util.io
Class EmptyInputStream
java.lang.Object
java.io.InputStream
org.eclipse.net4j.util.io.EmptyInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Since:
- 3.14
- Author:
- Eike Stepper
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
EmptyInputStream
public EmptyInputStream()
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-