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