TarInputStream.CopyEntryContents Method

SharpZip Compression Library

SharpZip Compression Library

TarInputStream.CopyEntryContents Method 

Copies the contents of the current tar archive entry directly into an output stream.

public void CopyEntryContents(
   Stream outputStream
);

Parameters

outputStream
The OutputStream into which to write the entry's data.

See Also

TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace