Uses of Class
org.apache.cxf.common.util.Base64Exception
-
Uses of Base64Exception in org.apache.cxf.common.util
Modifier and TypeMethodDescriptionstatic byte[]
static void
Base64Utility.decode
(char[] id, int o, int l, OutputStream ostream) static byte[]
static byte[]
static void
Base64Utility.decode
(String id, OutputStream ostream) static byte[]
Base64Utility.decodeChunk
(char[] id, int o, int l) Thedecode_chunk
routine decodes a chunk of data into its native encoding.static void
static void
Base64Utility.encodeChunk
(byte[] id, int o, int l, OutputStream ostream)