public final class FTReaderFactory
extends java.lang.Object
Modified by: Joseph A. Huwaldt
Modifier and Type | Method and Description |
---|---|
static FTableReader[] |
getAllReaders()
Method that returns a list of all the FTableReader objects found by this
factory during static initialization.
|
static FTableReader |
getReader(java.io.File theFile)
Method that attempts to find a FTableReader object that might be able
to read the specified file.
|
static FTableReader |
getReader(java.io.InputStream inputStream,
java.lang.String pathName)
Method that attempts to find a FTableReader object that might be able
to read the specified file.
|
public static FTableReader getReader(java.io.InputStream inputStream, java.lang.String pathName) throws java.io.IOException
java.io.IOException
public static FTableReader getReader(java.io.File theFile) throws java.io.IOException
java.io.IOException
public static FTableReader[] getAllReaders()