public class InMemoryReader extends StringReader
| Constructor and Description |
|---|
InMemoryReader(char[] buffer) |
InMemoryReader(String bufferSource) |
public InMemoryReader(char[] buffer)
public InMemoryReader(String bufferSource)
public final void close()
close in interface Closeableclose in interface AutoCloseableclose in class StringReaderpublic final int read()
read in class StringReaderpublic int read(char[] b)
throws IOException
read in class ReaderIOExceptionpublic int read(char[] destination,
int destinationOffset,
int destinationLength)
read in class StringReaderpublic final long skip(long n)
skip in class StringReaderpublic final void mark(int limit)
mark in class StringReaderpublic final void reset()
reset in class StringReaderpublic final boolean markSupported()
markSupported in class StringReaderpublic boolean ready()
ready in class StringReaderCopyright © 2015. All Rights Reserved.