Static Public Member Functions | |
static void | SkipLine (FileReader in) throws ModelException |
Advances a file stream to the beginning of the next line. | |
static Vector | ReadLine (FileReader in) throws java.io.IOException |
Reads a line from a tab-delimited text file. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
Reads a line from a tab-delimited text file. Each cell in the line is placed in a separate bucket of a Vector. The file stream is then advanced to the beginning of the next line.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Advances a file stream to the beginning of the next line.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |