Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Apache Commons IO to read text content from InputStream
Apache Commons IO to read text content from InputStream

Java Code Examples for org.apache.commons.io.IOUtils.toString() The example below to show you how to use Apache Commons IO libary's IOUtils class to read text content from InputStream.

Encode a String into Base64 using Base64.encodeBase64String() with Apache Commons Codec
Encode a String into Base64 using Base64.encodeBase64String() with Apache Commons Codec

Java Code Examples for org.apache.commons.codec.binary.Base64.encodeBase64String() This static method to encode input String into a Base64 format String.

Encode byte array into Base64 format using Base64.encodeBase64() with Apache Commons Codec
Encode byte array into Base64 format using Base64.encodeBase64() with Apache Commons Codec

Java Code Examples for org.apache.commons.codec.binary.Base64.encodeBase64() This static method to encode input byte array into a Base64 format.

Encode a String into Base64 format using Base64.encodeToString() with Apache Commons Codec
Encode a String into Base64 format using Base64.encodeToString() with Apache Commons Codec

Java Code Examples for org.apache.commons.codec.binary.Base64.encodeToString() This method to encode input String into a Base64 format String.

Encode byte array into Base64 format using Base64.encode() with Apache Commons Codec
Encode byte array into Base64 format using Base64.encode() with Apache Commons Codec

Java Code Examples for org.apache.commons.codec.binary.Base64.encode() This method to encode input byte array to Base64 format.

Java Generate SHA-1 using DigestUtils in Apache Commons Codec
Java Generate SHA-1 using DigestUtils in Apache Commons Codec

In below code example you will learn how to use org.apache.commons.codec.digest.DigestUtils class in Apache Commons Codec to generate SHA-1 string in Java.

Java Base64 Encoding and Decoding with Apache Commons Codec
Java Base64 Encoding and Decoding with Apache Commons Codec

In this tutorial you will learn how to encoding and decoding a String in Java using Apache Commons Codec library. The library provide org.apache.commons.codec.binary.Base64 class with different methods to encode and decode data.

  • 1
  • 2
  • 3
  • …
  • 13
  • 14

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.