TarInputStream.ReadByte Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarInputStream.ReadByte Method 

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