K 10 svn:author V 8 cperciva K 8 svn:date V 27 2007-03-31T22:59:43.000000Z K 7 svn:log V 434 Provide a dummy compression-layer skip function which just reads data and discards it, for use when the compression layer code doesn't know how to skip data (e.g., everything other than the "none" compressor). This makes format level code simpler because that code can now assume that the compression layer always knows how to skip and will always skip exactly the requested number of bytes. Discussed with: kientzle (3 months ago) END