TarOutputStream.ReadByte Method

SharpZip Compression Library

SharpZip Compression Library

TarOutputStream.ReadByte Method 

Read a byte from the stream and advance the position within the stream by one byte or returns -1 if at the end of the stream.

public override int ReadByte();

Return Value

The byte value or -1 if at end of stream

See Also

TarOutputStream Class | ICSharpCode.SharpZipLib.Tar Namespace