BufferedOutputStream.getAutoGrow

Checks if the buffer automatically grows as data is added.

class BufferedOutputStream
int
getAutoGrow
()

Return Value

Type: int

TRUE if the stream's buffer automatically grows, FALSE otherwise.

Meta