Noemax DotNetGZip Report an issue | Discuss in forums
GZipStream.SetLength(long) Method
See Also 
Noemax.GZip Assembly > Noemax.GZip Namespace > GZipStream Class : SetLength Method



value
The length of the stream.
This method is not supported and always throws a NotSupportedException.


Namespace: Noemax.GZip
Assembly: Noemax.GZip (in Noemax.GZip.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public Sub SetLength( _
   ByVal value As Long _
) 
Visual Basic (Usage)Copy Code
Dim instance As GZipStream
Dim value As Long
 
instance.SetLength(value)
C# 
public override void SetLength( 
   long value
)
C++/CLI 
public:
void SetLength( 
   long value
) override 

Parameters

value
The length of the stream.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

GZipStream Class
GZipStream Members
Base Implementation in System.IO.Stream