public interface InputSource
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() |
int next() throws IOException
IOException
void back()
long getLineNumber()
long getColumnNumber()
long getOffset()
int mark() throws IOException
IOException
void copy(StringBuilder sb, int len)
String copy(int len)
Copyright © 2017. All rights reserved.