public class BufferedSocketInputStream extends FilterInputStream
in
Constructor and Description |
---|
BufferedSocketInputStream(InputStream in) |
BufferedSocketInputStream(InputStream in,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
close, mark, markSupported, read, reset, skip
public BufferedSocketInputStream(InputStream in)
public BufferedSocketInputStream(InputStream in, int bufferSize)
public int available() throws IOException
available
in class FilterInputStream
IOException
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
Copyright © 2017. All rights reserved.