Changes
- add radix encoding/parsing and fix radix tests #6, #20
- add support for Base32 RFC4648 non-hex alphabet encoding/parsing #21
- add constructor for
IntBuffer
andCharBuffer
parse()
methods now expect more flexibleCharSequence
instead ofString
#23from()
constructor reading fromchar[]
has new version that accepts offset and length #24- add
from()
constructor reading file with offset and length parameter #25
Breaking
- interface
BinaryToTextEncoding.decode()
changed param toCharSequence
fromString
#23