Home
Name Modified Size InfoDownloads / Week
cl-binary-file-0.4.tgz 2011-01-16 18.1 kB
cl-binary-file_0.4.tgz 2011-01-16 18.2 kB
cl-binary-file-0.4.tgz.asc 2011-01-16 316 Bytes
cl-binary-file_0.4.tgz.asc 2011-01-16 316 Bytes
README 2011-01-15 627 Bytes
cl-binary-file-0.3.tgz 2011-01-06 14.5 kB
cl-binary-file_0.3.tgz 2011-01-06 14.8 kB
cl-binary-file_0.3.tgz.asc 2011-01-06 316 Bytes
cl-binary-file-0.3.tgz.asc 2011-01-06 316 Bytes
cl-binary-file-0.2.tgz 2011-01-01 8.7 kB
cl-binary-file-0.2.tgz.asc 2011-01-01 316 Bytes
cl-binary-file-0.1.tgz 2010-12-01 8.0 kB
Totals: 12 Items   84.6 kB 0
CL-BINARY-FILE
Copyright (c) 2008 Sami Makinen


Introduction

  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.

Dependencies

  cl-btree depends on trivial-gray-streams.

Installation

  cl-binary-file can be installed with asdf-install.

  (require 'asdf-install)
  (asdf-install:install 'cl-binary-file) ; installs the most recent release

  See unit tests for more information.
Source: README, updated 2011-01-15