Closeable
, AutoCloseable
protected 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, transferTo
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b) throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
Copyright © 2018 Oracle Corpration. All Rights Reserved.