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 InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic final int advance()
Licenced under the Apache License, Version 2.0