|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableReader
Interface for classes that read in Table data from a particular file format.
Method Summary | |
---|---|
Table |
readTable(java.io.File f)
Read in a table from the given File. |
Table |
readTable(java.io.InputStream is)
Read in a table from the given InputStream. |
Table |
readTable(java.lang.String location)
Read in a table from the file at the given location. |
Table |
readTable(java.net.URL url)
Read in a table from the given URL. |
Method Detail |
---|
Table readTable(java.lang.String location) throws DataIOException
IOLib.streamFromString(String)
method,
allowing URLs, classpath references, and files on the file system
to be accessed.
location
- the location to read the table from
DataIOException
IOLib.streamFromString(String)
Table readTable(java.net.URL url) throws DataIOException
url
- the url to read the graph from
DataIOException
Table readTable(java.io.File f) throws DataIOException
f
- the file to read the table from
DataIOException
Table readTable(java.io.InputStream is) throws DataIOException
is
- the InputStream to read the table from
DataIOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |