| Trees | Index | Help |
|---|
| Package yawPyCrypto :: Module _StreamBase :: Class StreamBase |
|
object --+
|
StreamBase
OutputStream,
InputStream| Method Summary | |
|---|---|
Initialize the stream base by creating the output buffer, which can be retrieved using data. | |
| a new object with type S, a subtype of T |
|
Instance checking for all functions of this class. | |
Retrieve the data from the output property as a string. | |
Append data to the output. | |
| Class Variable Summary | |
|---|---|
property |
data
|
int |
_fcontinuation
|
int |
_fmaxlen
|
int |
_fsize
|
str |
_fstream
|
| Method Details |
|---|
__init__(self)
Initialize the stream base by creating the output buffer, which can be
retrieved using data.
|
__new__(S, ...)
|
_checkInst(self)Instance checking for all functions of this class. |
_StreamBase__getData(self)Retrieve the data from the output property as a string. This resets the output buffer, so you must store the retrieved value somewhere. |
_writeOutput(self, data)Append data to the output. |
| Class Variable Details |
|---|
data
|
_fcontinuation
|
_fmaxlen
|
_fsize
|
_fstream
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Sun Aug 17 03:32:35 2003 | http://epydoc.sf.net |