From: Nicolas C. <war...@fr...> - 2005-05-29 08:11:27
|
> Hi, > > Is it possible to use the IO module to do random access? From the API, > this isn't clear at first look. And what about seek/tell functions? > > Jonathan Seek is not possible since most IOs ( think socket streams ) are not seekable. As for tell you can use the pos_in and pos_out functions which wrap an IO an return an coutable IO. Nicolas |