public final class TcpBufferedInputStream extends FilterInputStream
in| Constructor and Description |
|---|
TcpBufferedInputStream(InputStream in,
int capacity)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
close, mark, read, resetpublic TcpBufferedInputStream(InputStream in, int capacity)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionpublic int available()
throws IOException
available in class FilterInputStreamIOExceptionpublic boolean markSupported()
markSupported in class FilterInputStreamCopyright © 2019. All rights reserved.