Class GetIVAOInfo
java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.OnlineNetworkDAO
org.deltava.dao.file.GetIVAOInfo
A Data Access Object to parse an IVAO v2 JSON servinfo feed.
- Since:
- 10.1
- Version:
- 11.1
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.dao.file.OnlineNetworkDAO
getAirport, parseDateTime
Methods inherited from class org.deltava.dao.file.DAO
getReader, getStream, setBufferSize
-
Constructor Details
-
GetIVAOInfo
Creates the Data Access Object.- Parameters:
is
- the InputStream to read
-
-
Method Details
-
getInfo
Description copied from class:OnlineNetworkDAO
Retrieves Online Network information.- Specified by:
getInfo
in classOnlineNetworkDAO
- Returns:
- a NetworkInfo bean
- Throws:
DAOException
- if an I/O error occurs
-