commore
1.0.6-SNAPSHOT
|
Public Member Functions | |
IFBStreamImpl (const Path &fileName, bool text) | |
~IFBStreamImpl () | |
bool | is_open () |
bool | eof () |
int | get () |
int | get (char *dest, int len) |
int | peek () |
![]() | |
Impl (bool text) | |
virtual | ~Impl () |
virtual bool | is_text () |
Additional Inherited Members | |
![]() | |
bool | text_ |
IFBStreamImpl::IFBStreamImpl | ( | const Path & | fileName, |
bool | text | ||
) |
IFBStreamImpl::~IFBStreamImpl | ( | ) |
|
virtual |
Implements commore::IBStream::Impl.
|
virtual |
Implements commore::IBStream::Impl.
int IFBStreamImpl::get | ( | char * | dest, |
int | len | ||
) |
|
virtual |
Implements commore::IBStream::Impl.
|
virtual |
Implements commore::IBStream::Impl.