|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectterrenus.telemetry.TelemetryStreamFactory
public class TelemetryStreamFactory
The TelemetryStreamFactory
class creates TelemetryStream
objects from various different stream class
implementations.
Constructor Summary | |
---|---|
TelemetryStreamFactory()
|
Method Summary | |
---|---|
static TelemetryStream |
create(java.lang.String fileName)
Creates a telemetry stream object from a file. |
static void |
main(java.lang.String[] argv)
Tests this class. |
static void |
setVerboseMode(boolean verboseMode)
Sets the verbose mode flag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TelemetryStreamFactory()
Method Detail |
---|
public static void setVerboseMode(boolean verboseMode)
verboseMode
- the new verbose mode to use, TRUE to print
or FALSE to not print.public static TelemetryStream create(java.lang.String fileName) throws java.io.IOException
fileName
- the data file name. The file will be opened
using various different stream classes in the list until the
correct constructor is found.
java.io.IOException
- if the stream could not be created. Either
the file was not found, or the format was not recognized by any
stream.public static void main(java.lang.String[] argv) throws java.lang.Exception
java.lang.Exception
|
Terrenus HRPT v2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |