public class ReaderInputSource extends Object implements InputSource
| Constructor and Description |
|---|
ReaderInputSource(InputStream in) |
ReaderInputSource(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
back() |
String |
copy(int len) |
void |
copy(StringBuilder sb,
int len) |
long |
getColumnNumber() |
long |
getLineNumber() |
long |
getOffset() |
int |
mark() |
int |
next() |
String |
toString() |
public ReaderInputSource(InputStream in)
public ReaderInputSource(Reader reader)
public int next()
throws IOException
next in interface InputSourceIOExceptionpublic void back()
back in interface InputSourcepublic int mark()
throws IOException
mark in interface InputSourceIOExceptionpublic void copy(StringBuilder sb, int len)
copy in interface InputSourcepublic String copy(int len)
copy in interface InputSourcepublic long getLineNumber()
getLineNumber in interface InputSourcepublic long getColumnNumber()
getColumnNumber in interface InputSourcepublic long getOffset()
getOffset in interface InputSourceCopyright © 2023. All rights reserved.