Skip to content

Commit 034e0f0

Browse files
authored
Update to System.IO.Streams (#60)
1 parent 8fb5f1a commit 034e0f0

File tree

12 files changed

+25
-645
lines changed

12 files changed

+25
-645
lines changed

System.IO.FileSystem/FileStream.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,11 @@ public override void WriteByte(byte value)
558558
[MethodImpl(MethodImplOptions.InternalCall)]
559559
private extern long GetLengthNative(string path, string fileName);
560560

561+
public override int Read(SpanByte buffer)
562+
{
563+
throw new NotImplementedException();
564+
}
565+
561566
#endregion
562567

563568
}

System.IO.FileSystem/MemoryStream.cs

Lines changed: 0 additions & 382 deletions
This file was deleted.

0 commit comments

Comments
 (0)