mirror of
https://github.com/Smaug123/managed-git
synced 2025-10-07 16:58:43 +00:00
Learn to read packfiles (#5)
This commit is contained in:
@@ -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 ()
|
||||
|
Reference in New Issue
Block a user