caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Any way to seek_in to a position > 2**30 -1?
@ 2001-09-05 13:36 Jeremy Fincher
  0 siblings, 0 replies; only message in thread
From: Jeremy Fincher @ 2001-09-05 13:36 UTC (permalink / raw)
  To: caml-list

I'm writing some code that depends on being able to seek to 32 bit offsets
in files.  I can emulate this capability in O'Caml with Int32s and
Unix.file_descr, using Unix.SEEK_CUR.  I'd prefer not to depend on the Unix
module, but I can't find similar functionality with the standard in_channels
and seek_in.  Am I missing something, or must I use the Unix module?

Thanks,
Jeremy
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-05 13:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-05 13:36 [Caml-list] Any way to seek_in to a position > 2**30 -1? Jeremy Fincher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).