InflaterInputStream.SetLength Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

InflaterInputStream.SetLength Method 

Set the length of the current stream Always throws a NotSupportedException

public override void SetLength(
   long value
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

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