protected class Decoder.EncodingAlgorithmInputStream extends InputStream
| Modifier | Constructor and Description |
|---|---|
protected |
Decoder.EncodingAlgorithmInputStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, reset, skipprotected Decoder.EncodingAlgorithmInputStream()
public 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 © 2012 Oracle Corpration. All Rights Reserved.