TarInputStream.ReadByte Method

SharpZip Compression Library

SharpZip Compression 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