Initial sync
This commit is contained in:
6
Test/StreamExtensions.cs
Executable file
6
Test/StreamExtensions.cs
Executable file
@@ -0,0 +1,6 @@
|
||||
namespace Nbt.Test;
|
||||
|
||||
public static class StreamExtensions
|
||||
{
|
||||
public static StreamMark Mark(this Stream stream) => new(stream);
|
||||
}
|
||||
Reference in New Issue
Block a user