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

write

open fun write(b: ByteArray!, off: Int, len: Int): Unit

See Also
java.io.OutputStream#write(byte[], int, int)

open fun write(b: Int): Unit

See Also
java.io.OutputStream#write(int)