Class: BinaryFile

Representation of a binary file on a filesystem. For performance reasons, use BinaryStream when possible, instead of BinaryFile.

URI: wasm:BinaryFile

img

Parents

  • is_a: InterfaceType - An interface type is a higher-level type that represents the structure of data that can be passed between WebAssembly modules and the host environment.

Attributes

Own

  • path 1..1

    • Description: The filename or path.

    • Range: String

  • ➞data 1..1

    • Description: The content of the binary file.

    • Range: BinaryData

Other properties

Mappings:

wasm:BinaryFile