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