The size of the working buffer for the compression codec.
Declaration Syntax
Remarks
The working buffer is used for all stream operations. The default size is 1024 bytes. The minimum size is 128 bytes. You may get better performance with a larger buffer. Then again, you might not. You would have to test it.
Set this before the first call to Read() or Write() on the stream. If you try to set it afterwards, it will throw.