| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
BucketHandler
A bucket is a section of the data file. It has an ID, length and a byte array of data. Each bucket type has a specific format. This class handles the conversion of bucket data (binary bytes) to actual values.
The following buckets are handled:
The bucket handler expects the buckets to be in the above order.
Copyright: Copyright (c) DeviceAtlas Limited 2021. All Rights Reserved.
Author: DeviceAtlas Limited
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
CRC32_DOES_NOT_MATCH =
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Process a bucket identified by "bucketId". The bucket CRC-32 hash is verified before parsing the bucket data.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Dec 4 11:30:34 2019 | http://epydoc.sourceforge.net |