Class EmptyInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.jboss.resteasy.reactive.common.util.EmptyInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class EmptyInputStream extends InputStream
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyInputStreamINSTANCE
-
Constructor Summary
Constructors Constructor Description EmptyInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread()-
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
Field Detail
-
INSTANCE
public static final EmptyInputStream INSTANCE
-
-
Method Detail
-
read
public int read() throws IOException- Specified by:
readin classInputStream- Throws:
IOException
-
-