com.sun.mail.imap.protocol
类 BASE64MailboxDecoder
java.lang.Object
com.sun.mail.imap.protocol.BASE64MailboxDecoder
public class BASE64MailboxDecoder
- extends Object
See the BASE64MailboxEncoder for a description of the RFC2060 and how
mailbox names should be encoded. This class will do the correct decoding
for mailbox names.
- 版本:
- 1.8, 07/05/04
- 作者:
- Christopher Cotton
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BASE64MailboxDecoder
public BASE64MailboxDecoder()
decode
public static String decode(String original)
base64decode
protected static int base64decode(char[] buffer,
int offset,
CharacterIterator iter)
Copyright © 2013. All Rights Reserved.