public class DecoderInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
DecoderInputStream(java.io.InputStream source,
java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
public DecoderInputStream(java.io.InputStream source,
java.lang.String s)
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException