TarInputStream.Seek Method

SharpZip Compression Library

SharpZip Compression Library

TarInputStream.Seek Method 

Set the streams position. This operation is not supported and will throw a NotSupportedException

public override long Seek(
   long offset,
   SeekOrigin origin
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace