Learn to read packfiles (#5)

This commit is contained in:
Patrick Stevens
2022-09-12 14:51:32 +01:00
committed by GitHub
parent 044e9bface
commit 8875685e5f
21 changed files with 1199 additions and 157 deletions

View File

@@ -50,7 +50,7 @@ module internal Stream =
output
let consumeToEnd (b : MemoryStream) : byte array =
let consumeToEnd (b : Stream) : byte array =
use newMs = new MemoryStream ()
b.CopyTo newMs
newMs.ToArray ()