public final class StreamCharBuffer.StreamCharBufferReader
extends java.io.Reader
| Constructor and Description |
|---|
StreamCharBuffer.StreamCharBufferReader(boolean remove) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
StreamCharBuffer |
getBuffer() |
int |
getReadLenLimit(int askedAmount) |
int |
read(char[] b,
int off,
int len) |
boolean |
ready() |
public StreamCharBuffer.StreamCharBufferReader(boolean remove)
public boolean ready()
throws java.io.IOException
ready in class java.io.Readerjava.io.IOExceptionpublic final int read(char[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOExceptionpublic final StreamCharBuffer getBuffer()
public int getReadLenLimit(int askedAmount)