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 $

Variable Index

 o command
 o commandNr
 o line
 o lines
 o nrOfLines

Constructor Index

 o CommandDataInputStream(FileInputStream)

Method Index

 o cleanupLine(String)
 o determineCommand()
 o getCommand()
 o getCommandNr()
 o getLine()
 o getLines()
 o getLines(int)
 o readNextCommand()
 o readToNextDollar()

Variables

 o command
 private String command
 o commandNr
 private int commandNr
 o lines
 private String lines[]
 o line
 private String line
 o nrOfLines
 private int nrOfLines

Constructors

 o CommandDataInputStream
 CommandDataInputStream(FileInputStream fis)

Methods

 o getCommand
 String getCommand()
 o getCommandNr
 int getCommandNr()
 o getLines
 String[] getLines()
 o getLines
 String getLines(int i)
 o getLine
 String getLine()
 o readNextCommand
 boolean readNextCommand() throws IOException
 o readToNextDollar
 private String readToNextDollar() throws IOException
 o cleanupLine
 private void cleanupLine(String rawLine)
 o determineCommand
 private void determineCommand()