| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
ByteDecoder
Decodes, combines bit-unpacking and interpreting a codepoint stream, suitable for use with bytes generated by ByteEncoder.
See ByteDecoder for a usage example.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Given an iterator over BitPacked, Encoded bytes, Returns an iterator over the uncompressed bytes. Dual of ByteEncoder.encodetobytes. See ByteEncoder for an example of use. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 20 15:25:48 2010 | http://epydoc.sourceforge.net |