TarInputStream.ReadByte Method
From SharpZip Compression Library
Reads a byte from the current tar archive entry. This method simply calls read(byte[], int, int).
public override int ReadByte();
See Also
TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace