TarOutputStream.WriteByte Method

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

[Visual Basic]
Overrides Public Sub WriteByte( _
   ByVal b As Byte _
)
[C#]
public override void WriteByte(
   byte b
);

Parameters

b

The byte written.

See Also

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