BZip2InputStream.SetLength Method

SharpZip Compression Library

SharpZip Compression 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 val
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

BZip2InputStream Class | ICSharpCode.SharpZipLib.BZip2 Namespace