TarOutputStream.WriteByte Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarOutputStream.WriteByte Method 

Writes a byte to the current tar archive entry. This method simply calls Write(byte[], int, int).

public override void WriteByte(
   byte value
);

Parameters

value
The byte to be written.

See Also

TarOutputStream Class | ICSharpCode.SharpZipLib.Tar Namespace