protected class Decoder.EncodingAlgorithmInputStream
extends java.io.InputStream
| Modifier | Constructor and Description |
|---|---|
protected |
Decoder.EncodingAlgorithmInputStream() |
protected Decoder.EncodingAlgorithmInputStream()
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException