TarInputStream.SetLength Method

SharpZip Compression Library

SharpZip Compression Library

TarInputStream.SetLength Method 

Sets the length of the stream This operation is not supported and will throw a NotSupportedException

public override void SetLength(
   long val
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace