Releases: EvidentlyCube/csharp-binary-stream
Releases · EvidentlyCube/csharp-binary-stream
v1.0.3 - `isEndOfStream` bugfix
Fixed a bug in BinaryReader.isEndOfStream which would return false even if at the end of a stream, if the stream was created from Uint8Array and it didn't encompass all of the underlying buffer.