BufferedOutputStream.autoGrow
bool autoGrow() @property nothrowGet autoGrow property.
Returns
Whether the buffer should automatically grow.
void autoGrow(bool propval) @property nothrowSet autoGrow property.
Parameters
propval | Whether the buffer should automatically grow. |