Copies the contents of the current tar archive entry directly into an output stream.
[Visual Basic]
Public Sub CopyEntryContents( _
ByVal outputStream As System.IO.Stream _
)
[C#]
public void CopyEntryContents(
Stream outputStream
);
Parameters
outputStream
The OutputStream into which to write the entry's data.
See Also
TarInputStream Class | TarInputStream Members | ICSharpCode.SharpZipLib.Tar Namespace