DeflaterOutputStream.Read Method

SharpZip Compression Library

SharpZip Compression Library

DeflaterOutputStream.Read Method 

Read a block of bytes from stream

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

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

DeflaterOutputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace