Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | __init__ () |
Initializes the GZipIOStream instance. | |
None | __init__ (Base.IOStream ios) |
Initializes the GZipIOStream instance. More... | |
str | readline (int size=-1) |
list | readlines (int size=-1) |
GZipIOStream | xreadlines () |
str | read (int size=-1) |
int | tell () |
int | tellr () |
None | seek (int offs, int whence=0) |
None | seekr (int offs, int whence=0) |
str | next () |
bool | isClosed () |
str | getOpenModeString () |
OpenMode | getOpenModeFlags () |
None | flush () |
None | write (object string) |
None | writelines (object iterable) |
int | tellw () |
None | seekw (int offs, int whence=0) |
bool | getSoftSpace () |
None | setSoftSpace (bool value) |
None | close () |
None | open (Base.IOStream ios) |
GZipIOStream | __iter__ () |
Public Member Functions inherited from CDPL.Base.IStream | |
int | getObjectID () |
Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
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) | |
mode = property(getOpenModeString) | |
modeFlags = property(getOpenModeFlags) | |
softspace = property(getSoftSpace, setSoftSpace) | |
Properties inherited from CDPL.Base.IStream | |
objectID = property(getObjectID) | |
Properties inherited from CDPL.Base.OStream | |
objectID = property(getObjectID) | |
None CDPL.Util.GZipIOStream.__init__ | ( | Base.IOStream | ios | ) |
Initializes the GZipIOStream instance.
ios |
str CDPL.Util.GZipIOStream.readline | ( | int | size = -1 | ) |
size |
list CDPL.Util.GZipIOStream.readlines | ( | int | size = -1 | ) |
size |
GZipIOStream CDPL.Util.GZipIOStream.xreadlines | ( | ) |
str CDPL.Util.GZipIOStream.read | ( | int | size = -1 | ) |
size |
int CDPL.Util.GZipIOStream.tell | ( | ) |
int CDPL.Util.GZipIOStream.tellr | ( | ) |
None CDPL.Util.GZipIOStream.seek | ( | int | offs, |
int | whence = 0 |
||
) |
offs | |
whence |
None CDPL.Util.GZipIOStream.seekr | ( | int | offs, |
int | whence = 0 |
||
) |
offs | |
whence |
str CDPL.Util.GZipIOStream.next | ( | ) |
bool CDPL.Util.GZipIOStream.isClosed | ( | ) |
str CDPL.Util.GZipIOStream.getOpenModeString | ( | ) |
OpenMode CDPL.Util.GZipIOStream.getOpenModeFlags | ( | ) |
None CDPL.Util.GZipIOStream.write | ( | object | string | ) |
string |
None CDPL.Util.GZipIOStream.writelines | ( | object | iterable | ) |
iterable |
int CDPL.Util.GZipIOStream.tellw | ( | ) |
None CDPL.Util.GZipIOStream.seekw | ( | int | offs, |
int | whence = 0 |
||
) |
offs | |
whence |
bool CDPL.Util.GZipIOStream.getSoftSpace | ( | ) |
None CDPL.Util.GZipIOStream.setSoftSpace | ( | bool | value | ) |
value |
None CDPL.Util.GZipIOStream.open | ( | Base.IOStream | ios | ) |
ios |
GZipIOStream CDPL.Util.GZipIOStream.__iter__ | ( | ) |