Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | __init__ () |
Initializes the GZipOStream instance. | |
None | __init__ (Base.OStream os) |
Initializes the GZipOStream instance. More... | |
None | flush () |
None | write (object string) |
None | writelines (object iterable) |
int | tellw () |
None | seekw (int offs, int whence=0) |
bool | isClosed () |
str | getOpenModeString () |
OpenMode | getOpenModeFlags () |
bool | getSoftSpace () |
None | setSoftSpace (bool value) |
None | close () |
None | open (Base.OStream os) |
Public Member Functions inherited from CDPL.Base.OStream | |
int | getObjectID () |
Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
Properties | |
closed = property(isClosed) | |
softspace = property(getSoftSpace, setSoftSpace) | |
mode = property(getOpenModeString) | |
modeFlags = property(getOpenModeFlags) | |
Properties inherited from CDPL.Base.OStream | |
objectID = property(getObjectID) | |
None CDPL.Util.GZipOStream.__init__ | ( | Base.OStream | os | ) |
Initializes the GZipOStream instance.
os |
None CDPL.Util.GZipOStream.write | ( | object | string | ) |
string |
None CDPL.Util.GZipOStream.writelines | ( | object | iterable | ) |
iterable |
int CDPL.Util.GZipOStream.tellw | ( | ) |
None CDPL.Util.GZipOStream.seekw | ( | int | offs, |
int | whence = 0 |
||
) |
offs | |
whence |
bool CDPL.Util.GZipOStream.isClosed | ( | ) |
str CDPL.Util.GZipOStream.getOpenModeString | ( | ) |
OpenMode CDPL.Util.GZipOStream.getOpenModeFlags | ( | ) |
bool CDPL.Util.GZipOStream.getSoftSpace | ( | ) |
None CDPL.Util.GZipOStream.setSoftSpace | ( | bool | value | ) |
value |
None CDPL.Util.GZipOStream.open | ( | Base.OStream | os | ) |
os |