K 10 svn:author V 7 dchagin K 8 svn:date V 27 2015-02-15T21:50:08.401290Z K 7 svn:log V 284 To allow reading pseudofs files by chunks replace sbuf from fixed to autoextend. The problem appears when the user tries to read a small chunk of the pseudofs file. The underlying fill method will fail if the size of the supplied sbuf sb is less than required to contain method data. END