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

构造方法摘要
BASE64MailboxDecoder()
           
 
方法摘要
protected static int base64decode(char[] buffer, int offset, CharacterIterator iter)
           
static String decode(String original)
           
 
从类 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.