From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=AWL,DNS_FROM_RFC_ABUSE, HTML_FONT_BIG,HTML_MESSAGE,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 00BD1BC68 for ; Mon, 16 Oct 2006 22:35:20 +0200 (CEST) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id k9GKZKje031534 for ; Mon, 16 Oct 2006 22:35:20 +0200 Received: by nf-out-0910.google.com with SMTP id g2so29585nfe for ; Mon, 16 Oct 2006 13:35:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=nNuM1kU7wpYNG67tqhFpFnoNyQs3cxyY0TfAZZokhoczh7k4tTMb3Dl0Tf3e3K6Cd1F2aXYK4065qb1AWaLxZdbzuFz/s5rWNkewQl8gcV1pzTia5LVIh8sBOyiQnxqFiYykKNLnKwqY0jPKNZdakmMZ+9va95HhMUkWtTLngEU= Received: by 10.49.91.6 with SMTP id t6mr168248nfl; Mon, 16 Oct 2006 13:35:20 -0700 (PDT) Received: by 10.49.32.12 with HTTP; Mon, 16 Oct 2006 13:35:20 -0700 (PDT) Message-ID: Date: Mon, 16 Oct 2006 22:35:20 +0200 From: Tom To: "Martin Jambon" Subject: Re: [Caml-list] Re: Reading 16 bit floats from stream? Cc: "Maurizio Colucci" , caml-list In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_120528_2459574.1161030920151" References: <1161016042.18038.2.camel@localhost.localdomain> X-j-chkmail-Score: MSGID : 4533ED08.000 on discorde : j-chkmail score : XX : 0/20 2 X-Miltered: at discorde with ID 4533ED08.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; val:01 pervasives:01 binary:01 val:01 pervasives:01 binary:01 marshal:01 marshal:01 caml-list:01 int:01 int:01 floats:02 unit:03 unit:03 stream:04 X-Attachments: cset="UTF-8" cset="UTF-8" ------=_Part_120528_2459574.1161030920151 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline val Pervasives.input_binary_int : in_channel -> int val Pervasives.read_int : unit -> int val Marshal.from_channel : in_channel -> 'a For example... ------=_Part_120528_2459574.1161030920151 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline

val Pervasives.input_binary_int : in_channel -> int
val Pervasives.read_int : unit -> int

val Marshal.from_channel : in_channel -> 'a

For example...
------=_Part_120528_2459574.1161030920151--