public class TokenInputUtilities
extends java.lang.Object
Constructor and Description |
---|
TokenInputUtilities(TokenInput input) |
Modifier and Type | Method and Description |
---|---|
byte[] |
readTextBytes(boolean passBraces)
Reads text bytes until the end of current level.
|
java.lang.String |
readTextOnly(boolean passBraces,
java.lang.String encoding)
Reads all text till the end of the current level.
|
void |
skipCurrentDestination()
Skips the current level.
|
public TokenInputUtilities(TokenInput input)
public java.lang.String readTextOnly(boolean passBraces, java.lang.String encoding) throws java.io.IOException
passBraces
- Included braces of text.encoding
- String Encoding of text.java.io.IOException
public byte[] readTextBytes(boolean passBraces) throws java.io.IOException
passBraces
- Pass braces.java.io.IOException
public void skipCurrentDestination() throws java.io.IOException
java.io.IOException
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.