DeflaterOutputStream.buf Field

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

[Visual Basic]
Protected buf As Byte()
[C#]
protected byte[] buf;

See Also

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