15 public sealed override bool CanSeek =>
false;
70 protected override void Dispose(
bool disposing)
74 base.Dispose(disposing);
void ValidateRead(byte[] buffer, int offset, int count)
override void SetLength(long value)
ConsoleStream(FileAccess access)
override long Seek(long offset, SeekOrigin origin)
override void Write(byte[] buffer, int offset, int count)
override void WriteByte(byte value)
override int Read(byte[] buffer, int offset, int count)
override void Dispose(bool disposing)
void ValidateWrite(byte[] buffer, int offset, int count)
static Exception GetReadNotSupported()
static Exception GetWriteNotSupported()
static Exception GetSeekNotSupported()
static void ValidateBufferArguments(byte[] buffer, int offset, int count)