22 #ifndef DBALLE_CORE_ARRAYFILE_H
23 #define DBALLE_CORE_ARRAYFILE_H
42 std::vector<Rawmsg> msgs;
48 virtual Encoding
type()
const throw ();
File I/O for files containing meterorological messages.
virtual void write(const Rawmsg &msg)
Write the encoded message data to the file.
Definition: arrayfile.h:36
In-memory storage of an encoded weather report.
Annotated string buffer for encoded messages.
Definition: rawmsg.h:38
virtual Encoding type() const
Get the name of the dba_file.
virtual bool read(Rawmsg &msg)
Read a message from the file.