BlobView¶
- class dsviper.BlobView(blob_layout, blob)¶
Bases:
objectA class used to interpret the bytes of a blob from the layout.
- blob_layout() BlobLayout¶
Return the blob_layout.
- count() int¶
Return the number of elements in the blob.
- data_count() int¶
Return the number of data in the blob.
- encoder_layout() BlobEncoderLayout¶
Return the encoder layout.