public class HashedBlockInputStream extends InputStream
| Constructor and Description |
|---|
HashedBlockInputStream(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int offset,
int length) |
long |
skip(long n) |
available, mark, markSupported, resetpublic HashedBlockInputStream(InputStream is)
public int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2016. All rights reserved.