Description Usage Arguments Details Value Author(s) See Also Examples
These functions create a "vectorBlock"
or
lengthBlock
object, which are
a descriptions of a block of binary data. These can be used
as part of a description of a binary format.
1 2 | vectorBlock(block = ASCIIchar, length = 1)
lengthBlock(length = integer4, block = ASCIIchar, blockLabel = "block")
|
block |
An object derived from the |
length |
The number of |
blockLabel |
A label to name the block component of the
|
These objects describe a block of binary data that consists
of a repeating sub-block. The sub-block can be any type
of "memBlock"
object.
There is also a predefined ASCIIline
block, which is
a block of single-byte characters terminated by a newline
character.
A "vectorBlock"
or
lengthBlock
object.
Paul Murrell
memFormat
readFormat
memBlock
atomicBlock
mixedBlock
markedBlock
1 2 3 | # A block of 20 four-byte blocks
# which are interpreted as integer values
vectorBlock(integer4, 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.