Uses of Class
fr.opensagres.xdocreport.core.utils.Base64Exception
Packages that use Base64Exception
-
Uses of Base64Exception in fr.opensagres.xdocreport.core.utils
Methods in fr.opensagres.xdocreport.core.utils that throw Base64ExceptionModifier and TypeMethodDescriptionstatic voidBase64Utility.decode(char[] id, int o, int l, OutputStream ostream) static byte[]static voidBase64Utility.decode(String id, OutputStream ostream) static byte[]Base64Utility.decodeChunk(char[] id, int o, int l) Thedecode_chunkroutine decodes a chunk of data into its native encoding. base64 encodes each 3 octets of data into 4 characters from a limited 64 character set.static voidstatic voidBase64Utility.encodeChunk(byte[] id, int o, int l, OutputStream ostream)