The binary file package contains utilities to read and write binary files. The utilities support writing bytes of size 8 bits (octets) and currently only two's complement signed encoding is supported. The package has also in-memory binary stream which can be used as a file stream. cl-btree depends on cl-unit-test (http://cl-unit-test.sourceforge.net). See unit tests for more information.
Installation
cl-binary-file can be installed with asdf-install.
cl-binary-file no longer depends on
cl-unit-test. See ChangeLog for details.
The current release is 0.4.
(require 'asdf-install)
(asdf-install:install :cl-binary-file-0.4)
;; or
(asdf-install:install :cl-binary-file) ; install latest release
ASDF-install package (obsolete) http://sourceforge.net/projects/cl-binary-file/files/cl-binary-file_0.4.tgz
Topics:
binary format