7 lines
141 B
C#
Executable File
7 lines
141 B
C#
Executable File
namespace Nbt.Test;
|
|
|
|
public static class StreamExtensions
|
|
{
|
|
public static StreamMark Mark(this Stream stream) => new(stream);
|
|
}
|