4.2 Bytevectors

(import (rsv))
Procedure: rsv-bytevector->scm bv

Convert bytevector bv holding the binary data of an RSV into a list of lists of string-or-null values.

Procedure: scm->rsv->bytevector scm

Convert scm, a list of lists of string-or-null values, into RSV binary data held in a bytevector.