|
| CommBuffer (size_t page_size) |
|
| CommBuffer (const CommBuffer &C) |
|
CommBuffer & | operator= (const CommBuffer &C) |
|
bool | operator== (const CommBuffer &C) const |
|
bool | operator!= (const CommBuffer &C) const |
|
void | set_size (size_t size) |
|
size_t | size () const |
|
void | clear () |
|
bool | is_ascii () const |
|
void | set_is_ascii (bool is_ascii) |
|
void | update_ascii_flags () |
|
void | update_headers () |
|
Byte * | allocate (size_t &size) |
|
Byte * | allocate_in_new_page (size_t size, bool reserveHeader) |
|
size_t | add_size (size_t size) |
|
void | splice (CommBuffer &x) |
|
void | dump () const |
|
void | rewind () |
|
long | write_byte (const Byte *b, size_t size) |
|
long | write_raw (const Byte *b, size_t size) |
|
long | read_byte (Byte *b, size_t size) const |
|
long | write_using_dictionary (const AString &v) |
|
long | write (const AString &v) |
|
long | write (const String &v) |
|
long | write (const StringBuffer &v) |
|
long | write (const Blob &v) |
|
long | write (const TimePeriod &v) |
|
long | write (const TimeDate &v) |
|
long | write (const Symbol &v) |
|
long | write (const Tuple &v) |
|
long | write (const Bool &v) |
|
long | write (const Int &v) |
|
long | write (const UInt &v) |
|
long | write (const long &v) |
|
long | write (const unsigned long &v) |
|
long | write (const Long &v) |
|
long | write (const ULong &v) |
|
long | write (const Short &v) |
|
long | write (const UShort &v) |
|
long | write (const Float &v) |
|
long | write (const Double &v) |
|
long | write (const ArrayInt &v) |
|
long | write (const ArrayLong &v) |
|
long | write (const ArrayFloat &v) |
|
long | write (const ArrayDouble &v) |
|
long | write (const ListBool &v) |
|
long | write (const ListInt &v) |
|
long | write (const ListUInt &v) |
|
long | write (const ListLong &v) |
|
long | write (const ListULong &v) |
|
long | write (const ListShort &v) |
|
long | write (const ListUShort &v) |
|
long | write (const ListFloat &v) |
|
long | write (const ListDouble &v) |
|
long | write (const ListAString &v) |
|
long | write (const ListString &v) |
|
long | write (const ListStringBuffer &v) |
|
long | write (const ListTimePeriod &v) |
|
long | write (const ListTimeDate &v) |
|
long | write (const ListBlob &v) |
|
long | write (const ListSymbol &v) |
|
long | write (const ListTuple &v) |
|
long | write (const ListArrayInt &v) |
|
long | write (const ListArrayLong &v) |
|
long | write (const ListArrayFloat &v) |
|
long | write (const ListArrayDouble &v) |
|
long | read_using_dictionary (AString &v) const |
|
long | read (AString &v) const |
|
long | read (String &v) const |
|
long | read (StringBuffer &v) const |
|
long | read (Blob &v) const |
|
long | read (TimePeriod &v) const |
|
long | read (TimeDate &v) const |
|
long | read (Symbol &v) const |
|
long | read (Tuple &v) const |
|
long | read (Bool &v) const |
|
long | read (Int &v) const |
|
long | read (UInt &v) const |
|
long | read (long &v) const |
|
long | read (unsigned long &v) const |
|
long | read (Long &v) const |
|
long | read (ULong &v) const |
|
long | read (Short &v) const |
|
long | read (UShort &v) const |
|
long | read (Float &v) const |
|
long | read (Double &v) const |
|
long | read (ArrayInt &v) const |
|
long | read (ArrayLong &v) const |
|
long | read (ArrayFloat &v) const |
|
long | read (ArrayDouble &v) const |
|
long | read (ListBool &v) const |
|
long | read (ListInt &v) const |
|
long | read (ListUInt &v) const |
|
long | read (ListLong &v) const |
|
long | read (ListULong &v) const |
|
long | read (ListShort &v) const |
|
long | read (ListUShort &v) const |
|
long | read (ListFloat &v) const |
|
long | read (ListDouble &v) const |
|
long | read (ListAString &v) const |
|
long | read (ListString &v) const |
|
long | read (ListStringBuffer &v) const |
|
long | read (ListTimePeriod &v) const |
|
long | read (ListTimeDate &v) const |
|
long | read (ListBlob &v) const |
|
long | read (ListSymbol &v) const |
|
long | read (ListTuple &v) const |
|
long | read (ListArrayInt &v) const |
|
long | read (ListArrayLong &v) const |
|
long | read (ListArrayFloat &v) const |
|
long | read (ListArrayDouble &v) const |
|
Pos | get_pos () const |
|
void | set_pos (const Pos &pos) |
|
long | write (OBStream &o) const |
|
long | read (IBStream &o) |
|
long | write_file (const Path &file_name) const |
|
long | read_file (const Path &file_name) |
|
AString | to_string () const |
|
PPage | get_last () |
|