Class GetVATSIMTransceivers
java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.GetVATSIMTransceivers
A Data Access Object to load VATSIM radio position data.
- Since:
- 10.0
- Version:
- 10.0
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DAO
getReader, getStream, setBufferSizeModifier and TypeMethodDescriptionprotected LineNumberReaderReturns a reader suitable for text reads on the HTTP connection.protected InputStreamReturns the input stream used for input.voidsetBufferSize(int size) Sets the buffer size for the connection.
-
Constructor Details
-
GetVATSIMTransceivers
Creates the Data Access Object.- Parameters:
is- the InputStream to read
-
-
Method Details
-
load
Load the radio positions.- Returns:
- a Collection of RadioPosition beans
- Throws:
DAOException- if an error occurs
-