public final class EmptyInputStream
extends java.io.InputStream
| Modifier and Type | Field | Description |
|---|---|---|
static EmptyInputStream |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
int |
available() |
|
void |
close() |
|
void |
mark(int readLimit) |
|
boolean |
markSupported() |
|
int |
read() |
|
int |
read(byte[] buf) |
|
int |
read(byte[] buf,
int off,
int len) |
|
void |
reset() |
|
long |
skip(long n) |
public static final EmptyInputStream INSTANCE
public int available()
available in class java.io.InputStreampublic void close()
close in class java.io.InputStreampublic void mark(int readLimit)
mark in class java.io.InputStreampublic boolean markSupported()
markSupported in class java.io.InputStreampublic int read()
read in class java.io.InputStreampublic int read(byte[] buf)
read in class java.io.InputStreampublic int read(byte[] buf,
int off,
int len)
read in class java.io.InputStreampublic void reset()
reset in class java.io.InputStreampublic long skip(long n)
skip in class java.io.InputStream