Searched defs:decode (Results 1 – 3 of 3) sorted by relevance
414 void decode(byte[] in, int inPos, int inAvail) { in decode() method in Base64535 public Object decode(Object pObject) throws DecoderException { in decode() method in Base64549 public byte[] decode(byte[] pArray) { in decode() method in Base64
64 public static String decode(String s) { in decode() method in MimeUtility
1253 private String decode(String s) throws UnsupportedEncodingException { in decode() method in MessageCompose