[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Erik de Castro Lopo <mle+ocaml@m...> |
| Subject: | Re: [Caml-list] Buffered input channel |
Alexandre Pilkiewicz wrote: > 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 Is there anything wong with open_in, input_char, pos_in, seek_in and close_in of the Pervasives module? Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "One serious obstacle to the adoption of good programming languages is the notion that everything has to be sacrificed for speed. In computer languages as in life, speed kills." -- Mike Vanier