namespace Akenti class AkentiInputStream This class is a pure abstract class that is the superclass of all Akenti objects
This class is a pure abstract class that is the superclass of all Akenti objects. It defines three virtual methods that all Akenti Ojects must implement: readObject, writeObject and paramString.
~AkentiInputStream()
AkentiInputStream& operator>>(char& c)
AkentiInputStream& operator>>(int& n)
AkentiInputStream& operator>>(bool& b)
AkentiInputStream& operator>>(long& l)
AkentiInputStream& operator>>(double& d)
char get()
AkentiInputStream& read(char* buffer, int len)
len - number of chars to be read
AkentiInputStream& operator>>(string& s)
AkentiOutputStream::write(string &s);
AkentiInputStream& operator>>(UtcTime& utcTime)
IOException
AkentiInputStream& operator>>(URL& utcTime)
IOException
AkentiInputStream& operator>>(DistinguishedName& dn)
IOException
AkentiInputStream& operator>>(AkentiObject& obj)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de