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

 ~Buffer ()

~Buffer

bool  readError ()

readError

void  writeBool (bool b)

writeBool

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

writeBoolSeq

void  writeByte (mcopbyte b)

writeByte

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

writeByteSeq

void  writeLong (long l)

writeLong

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

writeLongSeq

void  writeFloat (float f)

writeFloat

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

writeFloatSeq

void  writeString (const std::string& s)

writeString

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

writeStringSeq

long  size ()

size

long  remaining ()

remaining

void * read (long l)

read

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

read

void * peek (long l)

peek

void  skip (long l)

skip

void  rewind ()

rewind

void  write (void *data, long l)

write

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

write

bool  readBool ()

readBool

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

readBoolSeq

mcopbyte  readByte ()

readByte

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

readByteSeq

long  readLong ()

readLong

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

readLongSeq

float  readFloat ()

readFloat

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

readFloatSeq

void  readString (std::string& result)

readString

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

readStringSeq

void  patchLength ()

patchLength

void  patchLong (long position, long value)

patchLong

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

toString

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

fromString


Generated by: stefan on stefan on Sat Jun 2 23:13:28 2001, using kdoc 2.0a53.