| Trees | Index | Help |
|---|
| Package yawPyCrypto :: Module _StreamBase :: Class OutputStream |
|
object--+ |StreamBase--+ | OutputStream
EncryptStream| Method Summary | |
|---|---|
Initialize the output stream. | |
| a new object with type S, a subtype of T |
|
Instance checking for this class. | |
Feed packet to the output stream. | |
Retrieve the data from the output property as a string. (inherited from StreamBase)
| |
Append data to the output. (inherited from StreamBase)
| |
| Method Details |
|---|
__init__(self)
Initialize the output stream.
|
__new__(S, ...)
|
_checkInst(self)Instance checking for this class. |
_feedOutput(self, ptype, pdata)Feed packet to the output stream. This creates the packet header, which contains the packet type and packet length, and after that writes out the packet data. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Sun Aug 17 03:32:35 2003 | http://epydoc.sf.net |