8 references to Stream
System.IO.Log (8)
System\IO\Log\FileLogRecordStream.cs (8)
104
int bytesRead = this.
Stream
.Read(buffer, offset, count);
115
return this.
Stream
.Read(buffer, offset + bytesRead, count - bytesRead) + bytesRead;
145
long position = this.
Stream
.Position;
154
this.
Stream
.Position = position;
184
this.
Stream
.Flush();
205
return this.
Stream
.Position;
210
this.
Stream
.Position = value;
224
return this.
Stream
.Seek(offset, origin);