Re: Juggling with binary files?
- From: Paolo Amoroso <amoroso@xxxxxxxxx>
- Date: Thu, 31 Aug 2006 16:23:05 +0200
"Andreas Thiele" <nospam@xxxxxxxxxx> writes:
currently I have to process binary files. They contain 8, 16 and 32 bit values in little and big[...]
endian format as well as 8 bit characters and any mix of these. I am thinking about easy access to
the individual values and don't want to re-invent the wheel.
1. Does something like this already exist?
Yes, see:
Practical: Parsing Binary Files
(chapter 24 of Peter Seibel's book "Practical Common Lisp";
source code available at the book site)
http://www.gigamonkeys.com/book/practical-parsing-binary-files.html
BINARY-TYPES
www.cl-user.net/asp/libs/binary-types
Paolo
--
Why Lisp? http://wiki.alu.org/RtL%20Highlight%20Film
The Common Lisp Directory: http://www.cl-user.net
.
- Follow-Ups:
- Re: Juggling with binary files?
- From: Frode Vatvedt Fjeld
- Re: Juggling with binary files?
- References:
- Juggling with binary files?
- From: Andreas Thiele
- Juggling with binary files?
- Prev by Date: Re: Java is going to have closures.
- Next by Date: Re: Lets talk about GUI and sound libraries
- Previous by thread: Re: Juggling with binary files?
- Next by thread: Re: Juggling with binary files?
- Index(es):
Relevant Pages
|