Description Usage Arguments Details Value Author(s) See Also Examples
This function creates a "memFormat"
object which is
a description of a binary file format.
1 |
... |
One or more |
A "memFormat"
object is made up of one or more
"memBlock"
objects.
A "memFormat"
object.
Paul Murrell
readFormat
memBlock
atomicBlock
vectorBlock
lengthBlock
mixedBlock
markedBlock
1 |
$int1
$type
[1] "int"
$width
NULL
$machine
[1] "hex"
$size
[1] 4
$endian
[1] "little"
$signed
[1] TRUE
attr(,"class")
[1] "atomicBlock" "memBlock"
$int2
$type
[1] "int"
$width
NULL
$machine
[1] "hex"
$size
[1] 4
$endian
[1] "little"
$signed
[1] TRUE
attr(,"class")
[1] "atomicBlock" "memBlock"
attr(,"class")
[1] "memFormat"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.