TarInputStream.SetLength Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class 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 value
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace