Buffer
Binary Buffer
Specification
codepage
Type:
String
The codepage of the buffer.
In combination with type filename
the buffer can be used for better file input dialog.
Examples
Basic Buffer
A simple binary buffer field. You can use toBinary()
function to convert data to a binary format.
File Input
When combined with filename
parameter, the buffer can be used for a file input dialog.
Last updated