Class GetSerializedOnline
java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.GetSerializedOnline
A Data Access Object to read serialized online track data.
- Since:
- 7.0
- Version:
- 11.1
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.dao.file.DAO
getReader, getStream, setBufferSize
-
Constructor Details
-
GetSerializedOnline
Initializes the Data Access Object.- Parameters:
is
- the InputStream to read from
-
-
Method Details
-
read
Deserializes simFDR route entries.- Returns:
- a Collection of PositionData beans
- Throws:
DAOException
- if an I/O error occurs
-