protected class Decoder.EncodingAlgorithmInputStream
extends java.io.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) |
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.IOExceptionCopyright © 2018 Oracle Corporation. All rights reserved.