icsharpcode/SharpZipLib

Why PartialInputStream.Seek does not return a relative value

mrtop opened this issue · 0 comments

mrtop commented

PartialInputStream.Position return The current position within the stream.
but PartialInputStream.Seek return The current position within the baseStream.
why?

image

It should not be readPos_ - start ?