public class UnsafeStringReader extends Reader
| Constructor and Description |
|---|
UnsafeStringReader(String str) |
public UnsafeStringReader(String str)
public int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] cs,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic long skip(long ns)
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 ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.