edu.uci.ics.dillenco.simplegraph01
Class InputDecoderAscii
java.lang.Object
edu.uci.ics.dillenco.simplegraph01.InputDecoder
edu.uci.ics.dillenco.simplegraph01.InputDecoderAscii
- Direct Known Subclasses:
- InputDecoderMDAscii, InputDecoderPTAscii
abstract class InputDecoderAscii
- extends InputDecoder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
protected BufferedReader in
curChar
protected char curChar
line
protected String line
linePos
protected int linePos
lineMax
protected int lineMax
EOF
protected static final char EOF
- See Also:
- Constant Field Values
EOL
protected static final char EOL
- See Also:
- Constant Field Values
InputDecoderAscii
InputDecoderAscii(int inputMaxNodes)
inputHeader
void inputHeader()
- Specified by:
inputHeader
in class InputDecoder
advanceChar
protected void advanceChar()
printCurChar
protected void printCurChar(boolean newLine)
getLine
void getLine()
skipWhiteSpace
protected void skipWhiteSpace()
skipLine
protected void skipLine()