| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
BERStream
|
|||
|
__init__(self,
fd,
size=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
| _next_tag(self) | ||
|
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. |
||
|
add(self,
item,
compress=False) Write an object into the stream. |
||
| _add_eof(self) | ||
|
Inherited from |
|||
|
|||
| _get_encoder(item, compress=False) | ||
| can_encode(item) | ||
|
|||
|
_encoder_table = {}
|
||
|
_zencoder_table = {}
|
||
|
_decoder_table = {}
|
||
|
|||
|
Inherited from |
|||
|
|||
|
|
True if there is still more data left in this
stream, and a future call to next
should succeed.
|
|
|
|
|
|
|
|||
_encoder_tableNone
|
_zencoder_tableNone
|
_decoder_tableNone
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 27 17:06:02 2006 | http://epydoc.sourceforge.net |