public class TokenInputStream extends Object
Constructor and Description |
---|
TokenInputStream(String[] t) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
int |
getPosition() |
boolean |
hasNext() |
boolean |
isOutOfBound() |
String |
peek() |
String |
peek(int position) |
String |
peekPre() |
String |
read() |
String |
read(int position) |
String |
readNext() |
String |
readPre() |
void |
setPosition(int p) |
String |
toString() |
public TokenInputStream(String[] t)
public String read()
public String readNext()
public String read(int position)
public String readPre()
public String peek()
public String peekPre()
public String peek(int position)
public int getPosition()
public void setPosition(int p)
public int available()
public boolean hasNext()
public boolean isOutOfBound()
Apache CXF