Uses of Package
com.helger.commons.base64
Packages that use com.helger.commons.base64
-
Classes in com.helger.commons.base64 used by com.helger.commons.codecClassDescriptionA
Base64InputStreamwill read data from anotherInputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.ABase64OutputStreamwill write data to anotherOutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.