buffer-access-mode - Factor Documentation (original) (raw)
Class description
A buffer-access-mode value is passed to with-mapped-buffer to control access to the mapped address space.
• | read-access permits the mapped address space only to be read from. |
---|---|
• | write-access permits the mapped address space only to be written to. |
• | read-write-access permits full access to the mapped address space. |
Definition
MIXIN: buffer-access-mode
INSTANCE: read-access buffer-access-mode
INSTANCE: write-access buffer-access-mode
INSTANCE: read-write-access buffer-access-mode