![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Util.BZip2IOStream:Public Member Functions | |
| None | __init__ () |
| Initializes the BZip2IOStream instance. | |
| None | __init__ (Base.IOStream ios) |
| Initializes the BZip2IOStream instance. More... | |
| str | readline (int size=-1) |
| list | readlines (int size=-1) |
| BZip2IOStream | 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) |
| BZip2IOStream | __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.BZip2IOStream.__init__ | ( | Base.IOStream | ios | ) |
Initializes the BZip2IOStream instance.
| ios |
| str CDPL.Util.BZip2IOStream.readline | ( | int | size = -1 | ) |
| size |
| list CDPL.Util.BZip2IOStream.readlines | ( | int | size = -1 | ) |
| size |
| BZip2IOStream CDPL.Util.BZip2IOStream.xreadlines | ( | ) |
| str CDPL.Util.BZip2IOStream.read | ( | int | size = -1 | ) |
| size |
| int CDPL.Util.BZip2IOStream.tell | ( | ) |
| int CDPL.Util.BZip2IOStream.tellr | ( | ) |
| None CDPL.Util.BZip2IOStream.seek | ( | int | offs, |
| int | whence = 0 |
||
| ) |
| offs | |
| whence |
| None CDPL.Util.BZip2IOStream.seekr | ( | int | offs, |
| int | whence = 0 |
||
| ) |
| offs | |
| whence |
| str CDPL.Util.BZip2IOStream.next | ( | ) |
| bool CDPL.Util.BZip2IOStream.isClosed | ( | ) |
| str CDPL.Util.BZip2IOStream.getOpenModeString | ( | ) |
| OpenMode CDPL.Util.BZip2IOStream.getOpenModeFlags | ( | ) |
| None CDPL.Util.BZip2IOStream.write | ( | object | string | ) |
| string |
| None CDPL.Util.BZip2IOStream.writelines | ( | object | iterable | ) |
| iterable |
| int CDPL.Util.BZip2IOStream.tellw | ( | ) |
| None CDPL.Util.BZip2IOStream.seekw | ( | int | offs, |
| int | whence = 0 |
||
| ) |
| offs | |
| whence |
| bool CDPL.Util.BZip2IOStream.getSoftSpace | ( | ) |
| None CDPL.Util.BZip2IOStream.setSoftSpace | ( | bool | value | ) |
| value |
| None CDPL.Util.BZip2IOStream.open | ( | Base.IOStream | ios | ) |
| ios |
| BZip2IOStream CDPL.Util.BZip2IOStream.__iter__ | ( | ) |