Changes
- add
append()
method supporting multiple byte arrays #26 - add
toCharArray()
method which decodes internal byte array to char[] #27 - add
encodeBase64()
supporting padding-less encoding - add
toIntArray()
converter #28 - add
toLongArray()
converter #29 - add
AutoCloseable
to MutableBytes interface #31 - add
allocate()
as mutable byte static constructor (thx @petrukhnov)
Breaking
- removed deprecated
toObjectArray()
; usetoBoxedArray()
instead