public final class InputStreamBuffered extends InputStream
InputStream
,
BufferedInputStream
Modifier and Type | Field and Description |
---|---|
static int |
DFT_BUFSIZE |
Constructor and Description |
---|
InputStreamBuffered(InputStream input) |
InputStreamBuffered(InputStream input,
int bufsize) |
public InputStreamBuffered(InputStream input)
public InputStreamBuffered(InputStream input, int bufsize)
public int read() throws IOException
read
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public final int advance()
Licenced under the Apache License, Version 2.0