public class UnsynchedInputStream extends FilterInputStream
in| Constructor and Description |
|---|
UnsynchedInputStream(InputStream in)
Instantiates a new unsynched input stream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
close, mark, markSupported, read, resetpublic UnsynchedInputStream(InputStream in)
in - the inpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int available()
throws IOException
available in class FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionCopyright © 2018. All rights reserved.