Home | Trees | Indices | Help |
|
---|
|
object --+ | BERStream
|
|||
|
__init__(self,
fd,
size=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
| _add_eof(self) | ||
| _next_tag(self) | ||
|
add(self,
item,
compress=False) Write an object into the stream. |
||
|
has_next(self) Return True if there is still more data left in this
stream, and a future call to next
should succeed.
|
||
object
|
next(self) Return the next item from this stream. |
||
Inherited from |
|
|||
| _get_encoder(item, compress=False) | ||
| can_encode(item) |
|
|||
|
_decoder_table = {<ASN.1 Tag(APPLICATION, 2, size=None, container=Tru...
|
||
|
_encoder_table = {<type 'NoneType'>: <function encode_null at 0xa7ad6...
|
||
|
_zencoder_table = {<class 'spoon.Serial'>: <function encode_pyobjz at ...
|
|
|||
Inherited from |
|
|
|
|
|
|
|
True if there is still more data left in this
stream, and a future call to next should
succeed.
|
|
|
_decoder_tableNone
|
_encoder_tableNone
|
_zencoder_tableNone
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Mon Nov 27 18:56:25 2006 | http://epydoc.sourceforge.net |