25 this->seekp(spos, ios::beg);
28 this->seekp(spos, ios::cur);
31 this->seekp(spos, ios::end);
41 return streamoff(this->tellp());
bofstream & operator<<(bofstream &bof, double n)
This file contains the class declaration of bofstream.
enum { Set, Add, End } Offset
void writeInt(Int val, unsigned int size)
void writeFloat(Float f, FType ft)
Binary output file stream class.
streampos pos() override final
void putByte(bofstream::Byte b) override final
void seek(long spos, Offset offs) override final
#define ARTS_USER_ERROR(...)