MSFFormat.StreamDirectory (msf_format v0.1.0)

Link to this section Summary

Functions

Deserialize a stream directory from the given binary blob

Deserialize a set of block indices

Get the block at the given index for the stream with the given ID.

Get the number of blocks used by the given stream.

Read an MSF stream directory

Get the total size of the given stream.

Link to this section Functions

Link to this function

deserialize(superblock, arg)

Deserialize a stream directory from the given binary blob

Link to this function

deserialize(superblock, directory, bin)

Link to this function

deserialize_block(count, bin)

Deserialize a set of block indices

Link to this function

deserialize_block(count, bin, out)

Link to this function

get_stream_block(stream_directory, stream_id, index)

Get the block at the given index for the stream with the given ID.

Link to this function

length(stream_directory, stream_id)

Get the number of blocks used by the given stream.

Read an MSF stream directory

Link to this function

read(msf, size, arg3, out)

Link to this function

size(stream_directory, stream_id)

Get the total size of the given stream.