Skip to content

FileBinary

Hyomoto edited this page Nov 29, 2020 · 12 revisions
Jump To Go Back Arguments Methods Variables

FileBinary( filename, read_only?, new? )

Implements: File

An implementation for binary files. They support writing reals, strings, and arrays.

// no example

Arguments

Name Type Purpose
filename string the name of the file to open
read_only? bool optional: whether this file should allow writing to. Default: true
new? bool optional: whether this file should be blank. Default: false

Methods

Jump To top type_by_key type_by_value save

type_by_key( _key )

Returns: N/A undefined

Name Type Purpose
_key undef none provided

type_by_value( _value )

Returns: N/A undefined

Name Type Purpose
_value undef none provided

save()

Returns: N/A undefined

Name Type Purpose
None

Variables

Jump To top
  • __types - none provided
  • name - none provided
Clone this wiki locally