class Buffer


Full nameArts::Buffer
Definition#include <arts/buffer.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

 Buffer ()

 ~Buffer ()

bool  readError ()

void  writeBool (bool b)

void  writeBoolSeq (const std::vector<bool>& seq)

void  writeByte (mcopbyte b)

void  writeByteSeq (const std::vector<mcopbyte>& seq)

void  writeLong (long l)

void  writeLongSeq (const std::vector<long>& seq)

void  writeFloat (float f)

void  writeFloatSeq (const std::vector<float>& seq)

void  writeString (const std::string& s)

void  writeStringSeq (const std::vector<std::string>& seq)

long  size ()

long  remaining ()

void * read (long l)

void  read (std::vector<mcopbyte>& raw, long l)

void * peek (long l)

void  skip (long l)

void  rewind ()

void  write (void *data, long l)

void  write (const std::vector<mcopbyte>& raw)

bool  readBool ()

void  readBoolSeq (std::vector<bool>& result)

mcopbyte  readByte ()

void  readByteSeq (std::vector<mcopbyte>& result)

long  readLong ()

void  readLongSeq (std::vector<long>& result)

float  readFloat ()

void  readFloatSeq (std::vector<float>& result)

void  readString (std::string& result)

void  readStringSeq (std::vector<std::string>& result)

void  patchLength ()

void  patchLong (long position, long value)

std::string  toString (const std::string& name)

bool  fromString (const std::string& data, const std::string& name)


Generated by: stefan@stefan on Sat Feb 24 19:11:23 2001, using kdoc 2.0a47.