infovis.tree.io
Class DirectoryTreeReader
java.lang.Object
infovis.io.AbstractReader
infovis.table.io.AbstractTableReader
infovis.tree.io.AbstractTreeReader
infovis.tree.io.DirectoryTreeReader
public class DirectoryTreeReader
- extends AbstractTreeReader
Reader of Directory.
- Version:
- $Revision: 1.21 $
- Author:
- Jean-Daniel Fekete
Method Summary |
boolean |
load()
Main method for loading the file. |
Methods inherited from class infovis.table.io.AbstractTableReader |
close, getBuffer, getBufferedReader, getCommentChar, getField, getIn, getTable, ignoreLine, isEof, read, readInt, readLine, readQuoted, setBuffer, setCommentChar, setEof, setTable, skipToEol |
COLUMN_NAME
public static final String COLUMN_NAME
- See Also:
- Constant Field Values
COLUMN_LENGTH
public static final String COLUMN_LENGTH
- See Also:
- Constant Field Values
COLUMN_DATE
public static final String COLUMN_DATE
- See Also:
- Constant Field Values
COLUMN_PATH
public static final String COLUMN_PATH
- See Also:
- Constant Field Values
DirectoryTreeReader
public DirectoryTreeReader(BufferedReader ignore,
String directory,
Tree tree)
DirectoryTreeReader
public DirectoryTreeReader(String directory,
Tree tree)
DirectoryTreeReader
public DirectoryTreeReader(BufferedReader ignore,
String directory,
Table table)
load
public boolean load()
- Description copied from class:
AbstractReader
- Main method for loading the file.
The loading may fail at any point, leaving the table in an indefinite
state if the methods returns false.
- Specified by:
load
in class AbstractReader
- Returns:
- true if the file has been loaded without error, false otherwise.
- See Also:
AbstractReader.load()
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.