Uses of Class
org.seppiko.commons.utils.codec.Base64x
Packages that use Base64x
-
Uses of Base64x in org.seppiko.commons.utils.codec
Fields in org.seppiko.commons.utils.codec declared as Base64xModifier and TypeFieldDescriptionstatic final Base64xBase64x.BASE64XBASE64 eXtension with [0-9a-zA-Z@+] padding is '='.static final Base64xBase64x.BASE64X_NEWLINEBASE64 eXtension with [0-9a-zA-Z@+] padding is '=', and with auto newline 76.static final Base64xBase64x.BASE64X_NON_PADDINGBASE64 eXtension with [0-9a-zA-Z@+] and without padding.Methods in org.seppiko.commons.utils.codec that return Base64xModifier and TypeMethodDescriptionBase64x.setEncoding(Charset encoding) Set Base64X encoding, default isISO-8859-1.Base64x.setNewline(char[] newline, int linebreakLength) Set newline chars and line break length.Base64x.setPadding(char padding) Returns a Base64X instance, enable padding and adding a padding character at the end of the encoded byte data.Base64x.withoutPadding()Returns a Base64X instance, but without adding any padding character at the end of the encoded byte data.