mixedBlock {hexView} | R Documentation |
Create a mixedBlock Object
Description
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.
Usage
mixedBlock(...)
Arguments
... |
One or more |
Details
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.
Value
A "mixedBlock"
object.
Author(s)
Paul Murrell
See Also
memFormat
readFormat
memBlock
atomicBlock
vectorBlock
lengthBlock
markedBlock
Examples
# A line of text followed by a four-byte integer
mixedBlock(ASCIIline, integer4)
[Package hexView version 0.3-4 Index]