Skip to main content

Read binary data file

Anatomy

<bin:read var="var" id="int"/>

Description: BIN:READ reads the entire content of a binary data file.

BIN:READ is the complement of the BIN:WRITE operation.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name bin:read
idintID bin:read

Results:

BindingTypePredicate
varstringN/A

Examples

Example

<bin:write var="id">iXML</bin:write>

<output>
<bin:read id="$id"/>
</output>

<!-- iXML -->