Class SetSerializedOnline
java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.WriteableDAO
org.deltava.dao.file.SetSerializedOnline
A Data Access Object to serialize online track data.
- Since:
- 7.0
- Version:
- 7.0
- Author:
- Luke
-
Field Summary
Fields inherited from class org.deltava.dao.file.WriteableDAO
_os
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
archive
(int flightID, Collection<PositionData> entries) Serializes simFDR Online data records.Methods inherited from class org.deltava.dao.file.DAO
getReader, getStream, setBufferSize
-
Constructor Details
-
SetSerializedOnline
Initializes the Data Access Object.- Parameters:
os
- the OutputStream to write to
-
-
Method Details
-
archive
Serializes simFDR Online data records.- Parameters:
flightID
- the Flight IDentries
- a Collection of PositionData beans- Throws:
DAOException
- if an I/O error occurs
-