BinaryStreamBaseLength Property
When overridden in a derived class, gets the length in bytes of the stream.
Namespace: SnapDB.IOAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public abstract long Length { get; }
Public MustOverride ReadOnly Property Length As Long
Get
public:
virtual property long long Length {
long long get () abstract;
}
Return Value
Int64
A long value representing the length of the stream in bytes.
| NotSupportedException | A class derived from Stream does not support seeking. |
| ObjectDisposedException | Methods were called after the stream was closed. |