github patrickfav/bytes-java v1.0.0

latest releases: v1.6.1, v1.6.0, v1.5.0...
6 years ago

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

Don't miss a new bytes-java release

NewReleases is sending notifications on new releases.