31 #ifndef BIFSTREAM_H_INCLUDED 32 #define BIFSTREAM_H_INCLUDED 51 ios::openmode mode = ios::in | ios::binary)
52 : ifstream (name, mode)
65 void getRaw (
char *c, streamsize n) { this->read (c, n); }
void seek(long spos, Offset offs)
bifstream & operator>>(bifstream &bif, double &n)
void getRaw(char *c, streamsize n)
Binary output file stream class.
void setFlag(Flag f, bool set=true)
bifstream(const char *name, ios::openmode mode=ios::in|ios::binary)
bifstream::Byte getByte()