-
Notifications
You must be signed in to change notification settings - Fork 2
FileBinary
Hyomoto edited this page Nov 29, 2020
·
12 revisions
| Jump To | Go Back |
Arguments | Methods | Variables |
|---|
Implements: File
An implementation for binary files. They support writing reals, strings, and arrays.
// no example| 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 |
| Jump To | top |
type_by_key | type_by_value | save |
|---|
Returns: N/A undefined
| Name | Type | Purpose |
|---|---|---|
| _key | undef |
none provided |
Returns: N/A undefined
| Name | Type | Purpose |
|---|---|---|
| _value | undef |
none provided |
Returns: N/A undefined
| Name | Type | Purpose |
|---|---|---|
| None |
| Jump To | top |
|---|
- __types - none provided
- name - none provided
Devon Mullane 2020