BinaryStreamBasePosition Property
When overridden in a derived class, gets or sets the position within the current stream.
Namespace: SnapDB.IOAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public abstract long Position { get; set; }
Public MustOverride Property Position As Long
Get
Set
public:
virtual property long long Position {
long long get () abstract;
void set (long long value) abstract;
}
function get_Position();
function set_Position(value);
Return Value
Int64
The current position within the stream.
| IOException | An I/O error occurs. |
| NotSupportedException | The stream does not support seeking. |
| ObjectDisposedException | Methods were called after the stream was closed. |