com.sun.mail.imap.protocol
类 INTERNALDATE

java.lang.Object
  继承者 com.sun.mail.imap.protocol.INTERNALDATE
所有已实现的接口:
Item

public class INTERNALDATE
extends Object
implements Item

This class

版本:
1.17, 07/05/04
作者:
John Mani

字段摘要
protected  Date date
           
 int msgno
           
 
构造方法摘要
INTERNALDATE(FetchResponse r)
          Constructor
 
方法摘要
static String format(Date d)
          Format given Date object into INTERNALDATE string
 Date getDate()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

msgno

public int msgno

date

protected Date date
构造方法详细信息

INTERNALDATE

public INTERNALDATE(FetchResponse r)
             throws ParsingException
Constructor

抛出:
ParsingException
方法详细信息

getDate

public Date getDate()

format

public static String format(Date d)
Format given Date object into INTERNALDATE string



Copyright © 2013. All Rights Reserved.