Dart.PowerTCP.Zip Namespace > BaseStream Class : Length Property |
Public Overrides ReadOnly Property Length As Long
Dim instance As BaseStream Dim value As Long value = instance.Length
public override long Length {get;}
public: __property long get_Length() override;
Exception | Description |
---|---|
System.NotSupportedException | The Stream does not support seeking. |
If the Stream is a CodingStream or a Stream derived from CodingStream, this property is an estimate and should not be considered accurate. When using a MessageStream, MessageStream.Length cannot be depended on to be completely accurate once an object is set by the user. It is only precise during write operations. With other PowerTCP Streams this number should be accurate.