Re: Parsing binary Java doubles
- From: David Lichteblau <usenet-2006@xxxxxxxxxxxxxx>
- Date: 31 Aug 2007 13:07:42 GMT
On 2007-08-31, Stefan Arentz <stefan.arentz@xxxxxxxxx> wrote:
I have a blob of data that contains Java double values written to
it. How would I parse those back into something Lisp understands? I'm
using SBCL 1.0.9.
Read its 32-bit halves as integers, then use
sb-kernel:make-double-float.
.
- Follow-Ups:
- Re: Parsing binary Java doubles
- From: Stefan Arentz
- Re: Parsing binary Java doubles
- References:
- Parsing binary Java doubles
- From: Stefan Arentz
- Parsing binary Java doubles
- Prev by Date: Re: Parsing binary Java doubles
- Next by Date: Re: Parsing binary Java doubles
- Previous by thread: Re: Parsing binary Java doubles
- Next by thread: Re: Parsing binary Java doubles
- Index(es):