Closeable, AutoCloseableprotected class Decoder.EncodingAlgorithmInputStream extends InputStream
| Modifier | Constructor | Description |
|---|---|---|
protected |
EncodingAlgorithmInputStream() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
read() |
|
int |
read(byte[] b) |
|
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, readAllBytes, readNBytes, reset, skip, transferTopublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2018 Oracle Corpration. All Rights Reserved.