TarInputStream.SetDebug Method

[Visual Basic]
Public Sub SetDebug( _
   ByVal debugF As Boolean _
)
[C#]
public void SetDebug(
   bool debugF
);

See Also

TarInputStream Class | TarInputStream Members | ICSharpCode.SharpZipLib.Tar Namespace