public class ReadStream.StreamReader
extends java.io.Reader
| Constructor and Description |
|---|
StreamReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ReadStream |
getStream() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
boolean |
ready() |
public final int read()
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic final int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic boolean ready()
throws java.io.IOException
ready in class java.io.Readerjava.io.IOExceptionpublic final void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOExceptionpublic ReadStream getStream()