CodecBufferSize Property

DotNetZip

Ionic Zip Library v1.9.1.6 CodecBufferSize Property
ReferenceIonic.ZipZipOutputStreamCodecBufferSize
Size of the work buffer to use for the ZLIB codec during compression.
Declaration Syntax
C# Visual Basic Visual C++
public int CodecBufferSize { get; set; }
Public Property CodecBufferSize As Integer
	Get
	Set
public:
property int CodecBufferSize {
	int get ();
	void set (int value);
}
Remarks
Setting this may affect performance. For larger files, setting this to a larger size may improve performance, but I'm not sure. Sorry, I don't currently have good recommendations on how to set it. You can test it if you like.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)