Serilog.Sinks.AmazonS3
|
WriteCountingStream Methods
The WriteCountingStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
Flush |
When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written
to the underlying device.
|
|
Read |
When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position
within the stream by the number of bytes read.
|
|
Seek |
When overridden in a derived class, sets the position within the current stream.
|
|
SetLength |
When overridden in a derived class, sets the length of the current stream.
|
|
Write |
When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current
position within this stream by the number of bytes written.
|