![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Input stream that transparently decompresses gzip-compressed data. More...
Inheritance diagram for CDPL.Util.GZipIStream: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) | |
Additional Inherited Members | |
Static Public Attributes inherited from CDPL.Base.IStream | |
| STD_IN = \brief The standard input stream of the current process. | |
| The standard input stream of the current process. | |
Input stream that transparently decompresses gzip-compressed data.
| None CDPL.Util.GZipIStream.__init__ | ( | Base.IStream | is | ) |
Initializes the GZipIStream instance.
| is |