Skip to content

PooledBufferStream.Position

Position

overridegetset
View source
public override long Position
When overridden in a derived class, gets or sets the position within the current stream.

Returns

The current position within the stream.

Exceptions

System.IO.IOException
An I/O error occurs.
System.NotSupportedException
The stream does not support seeking.
System.ObjectDisposedException
Methods were called after the stream was closed.