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.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException