From: Nicolas C. <war...@fr...> - 2004-01-21 16:29:17
|
> Hello, > > Nicolas Cannasse wrote: > > I sent this one a couple of weeks ago but didn't get any answer > > Probably because the module is not in CVS yet. I was actually waiting for people thoughs before putting it on the CVS. Does no-reply means that it's already perfect so I can add it ? :-) > You might be interested in a similar module I wrote for my ant system. > > www-mgi.informatik.rwth-aachen.de/~blume/pub/ant-current.tar.bz2 > > The file is ant/tools/IO.ml. I had a look at it but it's a different approach than my proposal. You're actually restricting the IO's to char/string IO while I'm proposing to have generics IO that can write/read anything ( chars and strings, but also tokens, lists, ... ). But the nice thing is to actually add the read/write_u16 , read/write_byte etc.... as you did in order to manipulate binary files easier. Nicolas Cannasse |