Chemical Data Processing Library Python API - Version 1.1.1
Public Member Functions | Properties | List of all members
CDPL.Util.BZip2OStream Class Reference
+ Inheritance diagram for CDPL.Util.BZip2OStream:

Public Member Functions

None __init__ ()
 Initializes the BZip2OStream instance.
 
None __init__ (Base.OStream os)
 Initializes the BZip2OStream 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)
 

Constructor & Destructor Documentation

◆ __init__()

None CDPL.Util.BZip2OStream.__init__ ( Base.OStream  os)

Initializes the BZip2OStream instance.

Parameters
os

Member Function Documentation

◆ write()

None CDPL.Util.BZip2OStream.write ( object  string)
Parameters
string

◆ writelines()

None CDPL.Util.BZip2OStream.writelines ( object  iterable)
Parameters
iterable

◆ tellw()

int CDPL.Util.BZip2OStream.tellw ( )
Returns

◆ seekw()

None CDPL.Util.BZip2OStream.seekw ( int  offs,
int   whence = 0 
)
Parameters
offs
whence

◆ isClosed()

bool CDPL.Util.BZip2OStream.isClosed ( )
Returns

◆ getOpenModeString()

str CDPL.Util.BZip2OStream.getOpenModeString ( )
Returns

◆ getOpenModeFlags()

OpenMode CDPL.Util.BZip2OStream.getOpenModeFlags ( )
Returns

◆ getSoftSpace()

bool CDPL.Util.BZip2OStream.getSoftSpace ( )
Returns

◆ setSoftSpace()

None CDPL.Util.BZip2OStream.setSoftSpace ( bool  value)
Parameters
value

◆ open()

None CDPL.Util.BZip2OStream.open ( Base.OStream  os)
Parameters
os