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