Class SimpleCharStream
java.lang.Object
org.tweetyproject.arg.delp.parser.SimpleCharStream
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSimpleCharStream
(InputStream dstream) SimpleCharStream
(InputStream dstream, int startline, int startcolumn) SimpleCharStream
(InputStream dstream, int startline, int startcolumn, int buffersize) SimpleCharStream
(InputStream dstream, String encoding) SimpleCharStream
(InputStream dstream, String encoding, int startline, int startcolumn) SimpleCharStream
(InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) SimpleCharStream
(Reader dstream) SimpleCharStream
(Reader dstream, int startline, int startcolumn) SimpleCharStream
(Reader dstream, int startline, int startcolumn, int buffersize) -
Method Summary
Modifier and TypeMethodDescriptionvoid
adjustBeginLineColumn
(int newLine, int newCol) void
backup
(int amount) char
void
Done()
int
int
int
Deprecated.int
int
GetImage()
int
getLine()
Deprecated.char[]
GetSuffix
(int len) char
readChar()
void
ReInit
(InputStream dstream) void
ReInit
(InputStream dstream, int startline, int startcolumn) void
ReInit
(InputStream dstream, int startline, int startcolumn, int buffersize) void
ReInit
(InputStream dstream, String encoding) void
ReInit
(InputStream dstream, String encoding, int startline, int startcolumn) void
ReInit
(InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) void
void
void
-
Field Details
-
staticFlag
public static final boolean staticFlag- See Also:
-
bufpos
public int bufpos
-
-
Constructor Details
-
SimpleCharStream
-
SimpleCharStream
-
SimpleCharStream
-
SimpleCharStream
public SimpleCharStream(InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
SimpleCharStream
-
SimpleCharStream
public SimpleCharStream(InputStream dstream, String encoding, int startline, int startcolumn) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
SimpleCharStream
-
SimpleCharStream
- Throws:
UnsupportedEncodingException
-
SimpleCharStream
-
-
Method Details
-
BeginToken
- Throws:
IOException
-
readChar
- Throws:
IOException
-
getColumn
Deprecated. -
getLine
Deprecated. -
getEndColumn
public int getEndColumn() -
getEndLine
public int getEndLine() -
getBeginColumn
public int getBeginColumn() -
getBeginLine
public int getBeginLine() -
backup
public void backup(int amount) -
ReInit
-
ReInit
-
ReInit
-
ReInit
public void ReInit(InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
ReInit
-
ReInit
- Throws:
UnsupportedEncodingException
-
ReInit
-
ReInit
public void ReInit(InputStream dstream, String encoding, int startline, int startcolumn) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
ReInit
-
GetImage
-
GetSuffix
public char[] GetSuffix(int len) -
Done
public void Done() -
adjustBeginLineColumn
public void adjustBeginLineColumn(int newLine, int newCol)
-