public class UnsafeCharArrayReader extends Reader
| Constructor and Description |
|---|
UnsafeCharArrayReader(char[] buf) |
UnsafeCharArrayReader(char[] buf,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
mark(int readAheadLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(char[] b,
int off,
int len) |
boolean |
ready() |
void |
reset() |
long |
skip(long n) |
public UnsafeCharArrayReader(char[] buf)
public UnsafeCharArrayReader(char[] buf,
int offset,
int length)
public int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] b,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic long skip(long n)
throws IOException
skip in class ReaderIOExceptionpublic boolean ready()
throws IOException
ready in class ReaderIOExceptionpublic boolean markSupported()
markSupported in class Readerpublic void mark(int readAheadLimit)
throws IOException
mark in class ReaderIOExceptionpublic void reset()
throws IOException
reset in class ReaderIOExceptionCopyright © 2016 jetbrick. All rights reserved.