5. The Blob library

The blob library implements binary data manipulations routines. The library is based on blob objects that represent a buffer of arbitrary binary data.

5.1. daScript API

5.1.1. Global symbols

binary_save(f, block<blob: string>)

saves f to returned blob (provided to a block)

binary_load(var obj; blob: string)

loads obj from blob

5.1.2. The blob

The blob object is a buffer of arbitrary binary data, which still is typed as string.