TarOutputStream.Read Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class 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[] buffer,
   int offset,
   int count
);

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