public abstract class AbstractTableReader extends java.lang.Object implements TableReader
TableReader.readTable(InputStream) method.| Constructor and Description |
|---|
AbstractTableReader() |
| Modifier and Type | Method and Description |
|---|---|
Table |
readTable(java.io.File f)
Read in a table from the given File.
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadTablepublic Table readTable(java.lang.String location) throws DataIOException
TableReaderIOLib.streamFromString(String) method,
allowing URLs, classpath references, and files on the file system
to be accessed.readTable in interface TableReaderlocation - the location to read the table fromDataIOExceptionTableReader.readTable(java.lang.String)public Table readTable(java.net.URL url) throws DataIOException
TableReaderreadTable in interface TableReaderurl - the url to read the graph fromDataIOExceptionTableReader.readTable(java.net.URL)public Table readTable(java.io.File f) throws DataIOException
TableReaderreadTable in interface TableReaderf - the file to read the table fromDataIOExceptionTableReader.readTable(java.io.File)