On 13.10.2010 16:32, Andrei Alexandrescu wrote: > On 10/11/2010 07:49 PM, Daniel Gibson wrote: >> Andrei Alexandrescu schrieb: >> * Also there are different types of streams: seekable, resettable (a >> network stream is neither), ... > > Agreed. Question: is there a file system that offers resettable but not > seekable files? I'm thinking of collapsing the two together. >
Can't think of a file system. But for example a http stream is always resettable, but not always seekable. -- Johannes Pfau