Package | Description |
---|---|
jahuwaldt.tools.tables |
Modifier and Type | Class and Description |
---|---|
class |
C81Reader
A class that provides a method for reading C-81 airfoil
aerodynamics data tables.
|
class |
CSVReader
A class that provides a method for reading or writing
a specially organized CSV (Comma-Separated-Value)
multi-table file.
|
class |
FDAReader
A class that provides a method for reading or writing
an FDA (Functional Data Handling system ASCII) multi-table file.
|
class |
FLABSavReader
A class that provides methods for reading
or writing an ART FlightLab SAV formatted multi-table file.
|
class |
NASAReader
A class that provides methods for reading
or writing a NASA 2, 3, or 4 argument multi-table file.
|
class |
OTISTableReader
A class that provides methods for reading
or writing an OTIS table (*.itd or *.dat) formatted multi-table file.
|
class |
POSTTableReader
A class that provides methods for reading
or writing a POST table (*.dat) formatted multi-table file.
|
Modifier and Type | Method and Description |
---|---|
static FTableReader[] |
FTReaderFactory.getAllReaders()
Method that returns a list of all the FTableReader objects found by this
factory during static initialization.
|
static FTableReader |
FTReaderFactory.getReader(java.io.File theFile)
Method that attempts to find a FTableReader object that might be able
to read the specified file.
|
static FTableReader |
FTReaderFactory.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.
|