#include <ki2.h>


Public Member Functions | |
| InputStream (std::istream &is, bool verbose=false) | |
| virtual | ~InputStream () |
| virtual void | load (Record *) |
| const SimpleState & | getState () const |
Private Attributes | |
| std::istream & | is |
| SimpleState | state |
| osl::record::KanjiMove | kmove |
| RecordVisitor | rv |
| osl::record::ki2::InputStream::InputStream | ( | std::istream & | is, |
| bool | verbose = false |
||
| ) |
Definition at line 113 of file ki2.cc.
References osl::record::KanjiMove::setVerbose().
| osl::record::ki2::InputStream::~InputStream | ( | ) | [virtual] |
| const SimpleState& osl::record::ki2::InputStream::getState | ( | ) | const [inline] |
| void osl::record::ki2::InputStream::load | ( | Record * | rec | ) | [virtual] |
| Ki2IOError |
Implements osl::record::IRecordStream.
Definition at line 128 of file ki2.cc.
References result, and osl::misc::sjis2euc().
Referenced by osl::record::ki2::Ki2File::Ki2File().
std::istream& osl::record::ki2::InputStream::is [private] |
SimpleState osl::record::ki2::InputStream::state [private] |
Definition at line 22 of file ki2.h.
Referenced by getState().
1.7.6.1