TarOutputStream.Read Method

SharpZip Compression Library

SharpZip Compression Library

TarOutputStream.Read Method 

read bytes from the current stream and advance the position within the stream by the number of bytes read.

public override int Read(
   byte[] b,
   int off,
   int len
);

Return Value

The total number of bytes read, or zero if at the end of the stream

See Also

TarOutputStream Class | ICSharpCode.SharpZipLib.Tar Namespace