#include <SegServerFileReaderRaw.h>


Public Member Functions | |
| SegServerFileReaderRaw (const FileName &, const Config &) | |
| virtual | ~SegServerFileReaderRaw () |
| virtual void | readSegServer (SegServer &ss) |
| virtual String | getClassName () const |
Static Public Member Functions | |
| static SegServerFileReaderRaw & | create (const FileName &, const Config &) |
Private Member Functions | |
| void | error (const String &msg) |
| bool | operator== (const SegServerFileReaderRaw &) const |
| bool | operator!= (const SegServerFileReaderRaw &) const |
| const SegServerFileReaderRaw & | operator= (const SegServerFileReaderRaw &) |
| SegServerFileReaderRaw (const SegServerFileReaderRaw &) | |
Convenient class used to read a segment server from a raw file
Definition at line 80 of file SegServerFileReaderRaw.h.
| alize::SegServerFileReaderRaw::SegServerFileReaderRaw | ( | const FileName & | , |
| const Config & | |||
| ) | [explicit] |
| virtual alize::SegServerFileReaderRaw::~SegServerFileReaderRaw | ( | ) | [virtual] |
| alize::SegServerFileReaderRaw::SegServerFileReaderRaw | ( | const SegServerFileReaderRaw & | ) | [private] |
Not implemented
| static SegServerFileReaderRaw& alize::SegServerFileReaderRaw::create | ( | const FileName & | , |
| const Config & | |||
| ) | [static] |
| void alize::SegServerFileReaderRaw::error | ( | const String & | msg ) | [private] |
| virtual String alize::SegServerFileReaderRaw::getClassName | ( | ) | const [virtual] |
Returns the name of the class
Implements alize::Object.
| bool alize::SegServerFileReaderRaw::operator!= | ( | const SegServerFileReaderRaw & | ) | const [private] |
Not implemented
| const SegServerFileReaderRaw& alize::SegServerFileReaderRaw::operator= | ( | const SegServerFileReaderRaw & | ) | [private] |
Not implemented
| bool alize::SegServerFileReaderRaw::operator== | ( | const SegServerFileReaderRaw & | ) | const [private] |
| virtual void alize::SegServerFileReaderRaw::readSegServer | ( | SegServer & | ss ) | [virtual] |
Reads the server
| ss | the SegServer object used to store the data |
| FileNotFoundException | |
| InvalidDataException | |
| IOException | if an I/O error occurs |
Implements alize::SegServerFileReaderAbstract.
Referenced by alize::SegServer::load().
1.7.2