BlobView

class dsviper.BlobView(blob_layout, blob)

Bases: object

A class used to interpret the bytes of a blob from the layout.

blob() ValueBlob

Return the blob.

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.