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