DeflaterOutputStream.buf Field

SharpZip Compression Library

SharpZip Compression Library

DeflaterOutputStream.buf Field

This buffer is used temporarily to retrieve the bytes from the deflater and write them to the underlying output stream.

protected byte[] buf;

See Also

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