10.06.2012 18:40, Mattias Gaertner пишет: > I want to pass the stream to a binary reader, which skips big > parts of the stream. It can seek backwards and the files can be several > GB, so I need the int64 read/write/seek. Do you mean buffered random access (smth like disk access in DBMS)?