Skip to content

v1.0.0

Choose a tag to compare

@patrickfav patrickfav released this 12 Mar 07:23
v1.0.0
6ed1e2b

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(); use toBoxedArray() instead