Home | Trees | Indices | Help |
---|
|
Serialisation helper for complex byte-based structures.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_addMethods =
|
|
Initialise the serializer with no data.
|
Add a single positive integer value x, encode it in length bytes Encode positive iteger x in big-endian format using length bytes, add to the internal buffer.
|
Add a list of items, encode every item in length bytes Uses the unbounded iterable seq to produce items, each of which is then encoded to length bytes
|
Add a bounded list of same-sized values Create a list of specific length with all items being of the same size
|
Add a variable length list of same-sized element tuples. Note that all tuples must have the same size. Inverse of Parser.getVarTupleList()
|
|
_addMethods
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |