VisuBDD::FileInput Class Reference


Detailed Description

Definition at line 15 of file FileInput.java.

Static Public Member Functions

static List readFile (java.util.List localList, java.util.List filenameList, String filename)
 The method readFile reads the specified input file line by line and parses line contents to a number of type int.


Member Function Documentation

static List VisuBDD::FileInput::readFile ( java.util.List  localList,
java.util.List  filenameList,
String  filename 
) [inline, static]

The method readFile reads the specified input file line by line and parses line contents to a number of type int.

The numbers are appended to ta list numberList and returned.

Parameters:
localList the list containing numberlists already read
filenameList list containing names of files already read. (in/out)
filename the name of the current inputfile to be read.
Returns:
localList list with added numberlist read from file.

Definition at line 28 of file FileInput.java.

Referenced by VisuBDD::VisualizeSize::main().

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
Generated on Fri Jun 6 22:23:47 2008 for CrocoPat by  doxygen 1.5.1