Uses of Class
org.seppiko.commons.utils.codec.Base64Ext
Packages that use Base64Ext
-
Uses of Base64Ext in org.seppiko.commons.utils.codec
Methods in org.seppiko.commons.utils.codec that return Base64ExtModifier and TypeMethodDescriptionBase64Ext.setEncoding(Charset encoding) Set Base64 EXTension encoding, default isISO-8859-1.Base64Ext.setNewline(char[] newline, int linebreakLength) Set newline chars and line break length.Base64Ext.setPadding(char padding) Returns a Base64 EXTension instance, enable padding and adding a padding character at the end of the encoded byte data.Base64Ext.withoutPadding()Returns a Base64 EXTension instance, but without adding any padding character at the end of the encoded byte data.