InflaterInputStream.SetLength Method

SharpZip Compression Library

SharpZip Compression Library

InflaterInputStream.SetLength Method 

Set the length of the current stream Always throws a NotSupportedException

public override void SetLength(
   long val
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

InflaterInputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace