Click or drag to resize

TarArchiveCreateOutputTarArchive Method (Stream)

Namespace:  ICSharpCode.SharpZipLib.Tar
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static TarArchive CreateOutputTarArchive(
	Stream outputStream
)

Parameters

outputStream
Type: System.IOStream

Return Value

Type: TarArchive
See Also