public class CharBufferReader
extends java.io.Reader
| Constructor and Description |
|---|
CharBufferReader(java.nio.CharBuffer aBuf,
int aByteLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
getByteLength() |
void |
mark(int aReadAheadLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(char[] aBuf) |
int |
read(char[] aBuf,
int aOffset,
int aLen) |
boolean |
ready() |
void |
reopen() |
void |
reset() |
long |
skip(long aSkipLen) |
public CharBufferReader(java.nio.CharBuffer aBuf,
int aByteLength)
public void reopen()
public int getByteLength()
public int available()
throws java.io.IOException
java.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 void mark(int aReadAheadLimit)
throws java.io.IOException
mark in class java.io.Readerjava.io.IOExceptionpublic boolean markSupported()
markSupported in class java.io.Readerpublic int read()
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic int read(char[] aBuf,
int aOffset,
int aLen)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic int read(char[] aBuf)
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 void reset()
throws java.io.IOException
reset in class java.io.Readerjava.io.IOExceptionpublic long skip(long aSkipLen)
throws java.io.IOException
skip in class java.io.Readerjava.io.IOException