public static final class IoUtil.EmptyInputStream extends InputStream
| Constructor and Description |
|---|
IoUtil.EmptyInputStream() |
public int read()
read in class InputStreampublic int read(byte[] b)
read in class InputStreampublic int read(byte[] b,
int off,
int len)
read in class InputStreampublic long skip(long n)
skip in class InputStreampublic int available()
available in class InputStreampublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreampublic void mark(int readlimit)
mark in class InputStreampublic void reset()
reset in class InputStreampublic boolean markSupported()
markSupported in class InputStreamCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.