apidocs / com.srv4pos.commons.io / ByteArrayOutputStream / close

close

open fun close(): Unit

Closing a ByteArrayOutputStream has no effect. The methods in this class can be called after the stream has been closed without generating an IOException.

Exceptions

IOException - never (this method should not declare this exception but it has to now due to backwards compatability)