BZip2InputStream.SetLength Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

BZip2InputStream.SetLength Method 

Sets the length of this stream to the given value. This operation is not supported and will throw a NotSupportedExceptionortedException

public override void SetLength(
   long value
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

BZip2InputStream Class | ICSharpCode.SharpZipLib.BZip2 Namespace