Ancestor type: IProperty
This type of object represents stream in document (in page)
void setBuffer(ByteArray a)
Sets buffer of this stream from given byte array
Sets buffer of this stream from given string (overloaded method)
void setRawBuffer(ByteArray a)
Sets raw buffer of this stream from given byte array
void setRawBuffer(string s)
Sets raw buffer of this stream from given string (overloaded method)
bool loadBuffer(string fileName)
Loads buffer of this stream from given file. Return true on success, false on failure while loading
bool loadRawBuffer(string fileName)
Loads raw buffer of this stream from given file. Return true on success, false on failure while loading
Gets buffer of this stream as string
Gets buffer of this stream
bool saveBuffer(string fileName)
Saves buffer of this stream to given file. Return true on success, false on failure while saving
Return decoded text representation of this property
ByteArray getRawDecoded()
Return decoded raw bytes representation of this property
void add(string name,IProperty ip)
Add property with given name to stream dictionary
void add(string name,string ip)
Add string property with given name to stream dictionary
void add(string name,int ip)
Add integer property with given name to stream dictionary
Return number of properties held in stream dictionary
void delProperty(string name)
Delete property with given name from stream dictionary
Check for existence of property with given name in stream dictionary. If it exists, returns true
CObject property(string name)
Get property with given name from stream dictionary
Return array containing names of all properties in stream dictionary