Class CommandDataInputStream
java.lang.Object
|
+----java.io.InputStream
|
+----java.io.FilterInputStream
|
+----java.io.DataInputStream
|
+----CommandDataInputStream
- class CommandDataInputStream
- extends DataInputStream
Customized DataInputStream for the reading of Module Description Files.
- Version:
- $Revision: 1.5 $
-
command
-
-
commandNr
-
-
line
-
-
lines
-
-
nrOfLines
-
-
CommandDataInputStream(FileInputStream)
-
-
cleanupLine(String)
-
-
determineCommand()
-
-
getCommand()
-
-
getCommandNr()
-
-
getLine()
-
-
getLines()
-
-
getLines(int)
-
-
readNextCommand()
-
-
readToNextDollar()
-
command
private String command
commandNr
private int commandNr
lines
private String lines[]
line
private String line
nrOfLines
private int nrOfLines
CommandDataInputStream
CommandDataInputStream(FileInputStream fis)
getCommand
String getCommand()
getCommandNr
int getCommandNr()
getLines
String[] getLines()
getLines
String getLines(int i)
getLine
String getLine()
readNextCommand
boolean readNextCommand() throws IOException
readToNextDollar
private String readToNextDollar() throws IOException
cleanupLine
private void cleanupLine(String rawLine)
determineCommand
private void determineCommand()