| memFormat {hexView} | R Documentation | 
Create a memFormat Object
Description
This function creates a "memFormat" object which is
a description of a binary file format.  
Usage
memFormat(...)
Arguments
| ... |  One or more  | 
Details
A "memFormat" object is made up of one or more
"memBlock" objects.
Value
A "memFormat" object.
Author(s)
Paul Murrell
See Also
readFormat
memBlock
atomicBlock
vectorBlock
lengthBlock
mixedBlock
markedBlock
Examples
memFormat(int1=integer4, int2=integer4)
[Package hexView version 0.3-4 Index]