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.4 required=5.0 tests=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 94F1CBC69 for ; Thu, 2 Aug 2007 22:52:14 +0200 (CEST) Received: from mx1.polytechnique.org (mx1.polytechnique.org [129.104.30.34]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l72KqEjn015471 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 2 Aug 2007 22:52:14 +0200 Received: from alexandre.pilkiewicz?polytechnique.org (SEASNet-38-026.seas.upenn.edu [158.130.38.35]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id B71153316B for ; Thu, 2 Aug 2007 22:52:13 +0200 (CEST) From: Alexandre Pilkiewicz To: caml-list@inria.fr Subject: Buffered input channel Date: Thu, 2 Aug 2007 16:51:56 -0400 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708021651.57115.alexandre.pilkiewicz@polytechnique.org> X-AV-Checked: ClamAV using ClamSMTP at djali.polytechnique.org (Thu Aug 2 22:52:13 2007 +0200 (CEST)) X-Org-Mail: alexandre.pilkiewicz.2004@polytechnique.org X-Miltered: at discorde with ID 46B243FE.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; buffered:01 buffered:01 netstream:01 char:01 gpl:01 library:03 library:03 wich:05 channel:06 function:08 i'm:09 i'm:09 pos:13 should:13 but:14 Hi all I'm currently working on the Harmony project, and I'm looking for a buffered access to regular files with four "requested" features : input_char pos_in seek_in can be integrated in a project under GPL I had a look at the Netstream library, but since it is designed for net streaming (!), there is no "seek_in" function. Does anyone know wich library I should give a look at ? Thank you Alexandre Pilkiewicz