DeflaterOutputStream.Read Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

DeflaterOutputStream.Read Method 

Read a block of bytes from stream

public override int Read(
   byte[] buffer,
   int offset,
   int count
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

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