hexView (version 0.3-4)

memFormat: 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 "memBlock" objects.

Value

A "memFormat" object.

Details

A "memFormat" object is made up of one or more "memBlock" objects.

See Also

readFormat memBlock atomicBlock vectorBlock lengthBlock mixedBlock markedBlock

Examples

Run this code
# NOT RUN {
memFormat(int1=integer4, int2=integer4)
# }

Run the code above in your browser using DataLab