public class DecoderInputStream extends InputStream
| Constructor and Description |
|---|
DecoderInputStream(InputStream source,
String s) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic DecoderInputStream(InputStream source, String s)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2017. All rights reserved.