TarInputStream.ReadByte Method

Reads a byte from the current tar archive entry. This method simply calls read(byte[], int, int).

[Visual Basic]
Overrides Public Function ReadByte() As Integer
[C#]
public override int ReadByte();

See Also

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