PowerTCP Zip Compression for .NET
SetLength Method




The value at which to set the length.
Sets the length of the current Stream to the specified value. Always throws a NotSupportedException.
Syntax
Public Overrides Sub SetLength( _
   ByVal value As Long _
) 
Dim instance As BaseStream
Dim value As Long
 
instance.SetLength(value)
public override void SetLength( 
   long value
)
public: void SetLength( 
   long value
) override 
public:
void SetLength( 
   int64 value
) override 

Parameters

value
The value at which to set the length.
Exceptions
ExceptionDescription
System.NotSupportedExceptionAlways thrown by this method.
Remarks
This method is not supported, and always throws a NotSupportedException.
See Also

Reference

BaseStream Class
BaseStream Members


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