BinaryStreamBasePosition Property

When overridden in a derived class, gets or sets the position within the current stream.

Definition

Namespace: SnapDB.IO
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public abstract long Position { get; set; }

Return Value

Int64
The current position within the stream.

Exceptions

IOExceptionAn I/O error occurs.
NotSupportedExceptionThe stream does not support seeking.
ObjectDisposedExceptionMethods were called after the stream was closed.

See Also