Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Encode and Decode String to Binary Format in Java using Apache Commons Codec
Encode and Decode String to Binary Format in Java using Apache Commons Codec

In this Java tutorial, we learn how to use the BinaryCodec class of Apache Commons Codec library to convert a String into a String of ‘0’ and ‘1’ and decode it in Java programs.

Base32 Encoding and Decoding in Java using Apache Commons Codec
Base32 Encoding and Decoding in Java using Apache Commons Codec

In this Java tutorial, We learn how to use the Base32 class of Apache Commons Codec library to do Base32 encoding and decoding in Java programs.

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.