I am working on a project where I would need to update the offset position. Something similar to MemoryStream class in C#, Where Stream position can be updated.
I see there is a getter for OffsetInBytes. I think enabling this feature adds more value to this solution.