Description Usage Arguments Details Value Author(s) See Also Examples
This function creates a "mixedBlock"
object, which is
a description of a block of binary data. This can be used
as part of a description of a binary format.
1 |
... |
One or more |
A "mixedBlock"
object describes a block of binary data that consists
of a series of sub-blocks. Each sub-block can be any type
of "memBlock"
object.
A "mixedBlock"
object.
Paul Murrell
memFormat
readFormat
memBlock
atomicBlock
vectorBlock
lengthBlock
markedBlock
1 2 | # A line of text followed by a four-byte integer
mixedBlock(ASCIIline, integer4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.