PowerTCP Zip Compression for .NET
Position Property (UtilityStream)




Gets the current position of this stream (how many bytes have been read or written).
Syntax
Public Overrides Property Position As Long
Dim instance As UtilityStream
Dim value As Long
 
instance.Position = value
 
value = instance.Position
public override long Position {get; set;}
public: __property long get_Position() override;
public: __property void set_Position( 
   long value
) override;
public:
property int64 Position {
   int64 get() override;
   void set (    int64 value) override;
}

Property Value

The current position of this stream.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe Stream does not support setting the Position to any value.
Remarks

Setting the property results in a NotSupportedException being thrown.

See Also

Reference

UtilityStream Class
UtilityStream Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic