Example #1
0
 public override int Read(byte[] buffer, int offset, int count) => throw Error.GetReadNotSupported();
Example #2
0
 public override int Read(Span <byte> buffer) => throw Error.GetReadNotSupported();