Class SetSerializedRoute
java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.WriteableDAO
org.deltava.dao.file.SetSerializedRoute
A Data Access Object to serialize route data.
- Since:
- 7.0
- Version:
- 11.0
- Author:
- Luke
-
Field Summary
Fields inherited from class org.deltava.dao.file.WriteableDAO
_os
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.dao.file.DAO
getReader, getStream, setBufferSize
-
Constructor Details
-
SetSerializedRoute
Initializes the Data Access Object.- Parameters:
os
- the OutputStream to write to
-
-
Method Details
-
archive
Serializes ACARS Route records. This will NOT write SID/STAR waypoint entries.- Parameters:
rt
- the ArchivedRoute bean- Throws:
DAOException
- if an I/O error occurs
-