/// <exclude /> public override void Write(byte[] buffer, int offset, int count) { throw Exceptions.NotSupported(); }
/// <exclude /> public override void SetLength(long value) { throw Exceptions.NotSupported(); }