Replies: 1 comment 1 reply
-
I guess you could argue either would be the "correct" return value here. My guess is that it's because Ideally, it feels like that nothing from the base stream should leak to the outer API, and perhaps this was even a mistake. Unfortunately, changing this would be a breaking change, but the docs should probably mention this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PartialInputStream.Position return The current position within the stream.
but PartialInputStream.Seek return The current position within the baseStream.
why?
It should not be readPos_ - start ?
Beta Was this translation helpful? Give feedback.
All reactions