|
| FXFileStream (const FXObject *cont=NULL) |
|
bool | open (const FXString &filename, FXStreamDirection save_or_load, FXuval size=8192) |
|
virtual bool | close () |
|
FXlong | position () const |
|
virtual bool | position (FXlong offset, FXWhence whence=FXFromStart) |
|
FXFileStream & | operator<< (const FXuchar &v) |
|
FXFileStream & | operator<< (const FXchar &v) |
|
FXFileStream & | operator<< (const FXushort &v) |
|
FXFileStream & | operator<< (const FXshort &v) |
|
FXFileStream & | operator<< (const FXuint &v) |
|
FXFileStream & | operator<< (const FXint &v) |
|
FXFileStream & | operator<< (const FXfloat &v) |
|
FXFileStream & | operator<< (const FXdouble &v) |
|
FXFileStream & | operator<< (const FXlong &v) |
|
FXFileStream & | operator<< (const FXulong &v) |
|
FXFileStream & | save (const FXuchar *p, FXuval n) |
|
FXFileStream & | save (const FXchar *p, FXuval n) |
|
FXFileStream & | save (const FXushort *p, FXuval n) |
|
FXFileStream & | save (const FXshort *p, FXuval n) |
|
FXFileStream & | save (const FXuint *p, FXuval n) |
|
FXFileStream & | save (const FXint *p, FXuval n) |
|
FXFileStream & | save (const FXfloat *p, FXuval n) |
|
FXFileStream & | save (const FXdouble *p, FXuval n) |
|
FXFileStream & | save (const FXlong *p, FXuval n) |
|
FXFileStream & | save (const FXulong *p, FXuval n) |
|
FXFileStream & | operator>> (FXuchar &v) |
|
FXFileStream & | operator>> (FXchar &v) |
|
FXFileStream & | operator>> (FXushort &v) |
|
FXFileStream & | operator>> (FXshort &v) |
|
FXFileStream & | operator>> (FXuint &v) |
|
FXFileStream & | operator>> (FXint &v) |
|
FXFileStream & | operator>> (FXfloat &v) |
|
FXFileStream & | operator>> (FXdouble &v) |
|
FXFileStream & | operator>> (FXlong &v) |
|
FXFileStream & | operator>> (FXulong &v) |
|
FXFileStream & | load (FXuchar *p, FXuval n) |
|
FXFileStream & | load (FXchar *p, FXuval n) |
|
FXFileStream & | load (FXushort *p, FXuval n) |
|
FXFileStream & | load (FXshort *p, FXuval n) |
|
FXFileStream & | load (FXuint *p, FXuval n) |
|
FXFileStream & | load (FXint *p, FXuval n) |
|
FXFileStream & | load (FXfloat *p, FXuval n) |
|
FXFileStream & | load (FXdouble *p, FXuval n) |
|
FXFileStream & | load (FXlong *p, FXuval n) |
|
FXFileStream & | load (FXulong *p, FXuval n) |
|
FXFileStream & | saveObject (const FXObject *v) |
|
FXFileStream & | loadObject (FXObject *&v) |
|
virtual | ~FXFileStream () |
|
| FXStream (const FXObject *cont=NULL) |
|
bool | open (FXStreamDirection save_or_load, FXuval size=8192, FXuchar *data=NULL) |
|
virtual bool | flush () |
|
FXuval | getSpace () const |
|
void | setSpace (FXuval sp) |
|
FXStreamStatus | status () const |
|
bool | eof () const |
|
void | setError (FXStreamStatus err) |
|
FXStreamDirection | direction () const |
|
const FXObject * | container () const |
|
FXlong | position () const |
|
void | swapBytes (bool s) |
|
bool | swapBytes () const |
|
void | setBigEndian (bool big) |
|
bool | isBigEndian () const |
|
FXStream & | operator<< (const FXuchar &v) |
|
FXStream & | operator<< (const FXchar &v) |
|
FXStream & | operator<< (const FXushort &v) |
|
FXStream & | operator<< (const FXshort &v) |
|
FXStream & | operator<< (const FXuint &v) |
|
FXStream & | operator<< (const FXint &v) |
|
FXStream & | operator<< (const FXfloat &v) |
|
FXStream & | operator<< (const FXdouble &v) |
|
FXStream & | operator<< (const FXlong &v) |
|
FXStream & | operator<< (const FXulong &v) |
|
FXStream & | save (const FXuchar *p, FXuval n) |
|
FXStream & | save (const FXchar *p, FXuval n) |
|
FXStream & | save (const FXushort *p, FXuval n) |
|
FXStream & | save (const FXshort *p, FXuval n) |
|
FXStream & | save (const FXuint *p, FXuval n) |
|
FXStream & | save (const FXint *p, FXuval n) |
|
FXStream & | save (const FXfloat *p, FXuval n) |
|
FXStream & | save (const FXdouble *p, FXuval n) |
|
FXStream & | save (const FXlong *p, FXuval n) |
|
FXStream & | save (const FXulong *p, FXuval n) |
|
FXStream & | operator>> (FXuchar &v) |
|
FXStream & | operator>> (FXchar &v) |
|
FXStream & | operator>> (FXushort &v) |
|
FXStream & | operator>> (FXshort &v) |
|
FXStream & | operator>> (FXuint &v) |
|
FXStream & | operator>> (FXint &v) |
|
FXStream & | operator>> (FXfloat &v) |
|
FXStream & | operator>> (FXdouble &v) |
|
FXStream & | operator>> (FXlong &v) |
|
FXStream & | operator>> (FXulong &v) |
|
FXStream & | load (FXuchar *p, FXuval n) |
|
FXStream & | load (FXchar *p, FXuval n) |
|
FXStream & | load (FXushort *p, FXuval n) |
|
FXStream & | load (FXshort *p, FXuval n) |
|
FXStream & | load (FXuint *p, FXuval n) |
|
FXStream & | load (FXint *p, FXuval n) |
|
FXStream & | load (FXfloat *p, FXuval n) |
|
FXStream & | load (FXdouble *p, FXuval n) |
|
FXStream & | load (FXlong *p, FXuval n) |
|
FXStream & | load (FXulong *p, FXuval n) |
|
FXStream & | saveObject (const FXObject *v) |
|
FXStream & | loadObject (FXObject *&v) |
|
FXStream & | addObject (const FXObject *v) |
|
virtual | ~FXStream () |
|