|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.Base64Binary
public static final class XSDDataTypeConverter.Base64Binary
Method Summary | |
---|---|
static byte[] |
decode(char[] data,
int off,
int len)
|
static void |
decode(char[] data,
int off,
int len,
OutputStream ostream)
|
static byte[] |
decode(String data)
|
static void |
decode(String data,
OutputStream ostream)
|
static String |
encode(byte[] data)
Returns base64 representation of specified byte array. |
static String |
encode(byte[] data,
int off,
int len)
Returns base64 representation of specified byte array. |
static void |
encode(byte[] data,
int off,
int len,
OutputStream ostream)
Outputs base64 representation of the specified byte array to a byte stream. |
static void |
encode(byte[] data,
int off,
int len,
Writer writer)
Outputs base64 representation of the specified byte array to a character stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] decode(char[] data, int off, int len)
public static void decode(char[] data, int off, int len, OutputStream ostream) throws IOException
IOException
public static byte[] decode(String data)
public static void decode(String data, OutputStream ostream) throws IOException
IOException
public static String encode(byte[] data)
public static String encode(byte[] data, int off, int len)
public static void encode(byte[] data, int off, int len, OutputStream ostream) throws IOException
IOException
public static void encode(byte[] data, int off, int len, Writer writer) throws IOException
IOException
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |