autobahn.flatbuffers.encode

Attributes

Functions

Get(packer_type, buf, head)

Get decodes a value at buf[head] using packer_type.

GetVectorAsNumpy(numpy_type, buf, count, offset)

GetVecAsNumpy decodes values starting at buf[head] as

Write(packer_type, buf, head, n)

Write encodes n at buf[head] using packer_type.

Module Contents

FILE_IDENTIFIER_LENGTH = 4[source]
Get(packer_type, buf, head)[source]

Get decodes a value at buf[head] using packer_type.

GetVectorAsNumpy(numpy_type, buf, count, offset)[source]

GetVecAsNumpy decodes values starting at buf[head] as

numpy_type, where numpy_type is a numpy dtype.

Write(packer_type, buf, head, n)[source]

Write encodes n at buf[head] using packer_type.

np[source]