TarOutputStream.WriteByte Method

SharpZip Compression Library

SharpZip Compression 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 b
);

Parameters

b
The byte to be written.

See Also

TarOutputStream Class | ICSharpCode.SharpZipLib.Tar Namespace