com.sun.mail.imap.protocol
类 BODY

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

public class BODY
extends Object
implements Item

The BODY fetch response item.

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

字段摘要
 ByteArray data
           
 int msgno
           
 int origin
           
 String section
           
 
构造方法摘要
BODY(FetchResponse r)
          Constructor
 
方法摘要
 ByteArray getByteArray()
           
 ByteArrayInputStream getByteArrayInputStream()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

msgno

public int msgno

data

public ByteArray data

section

public String section

origin

public int origin
构造方法详细信息

BODY

public BODY(FetchResponse r)
     throws ParsingException
Constructor

抛出:
ParsingException
方法详细信息

getByteArray

public ByteArray getByteArray()

getByteArrayInputStream

public ByteArrayInputStream getByteArrayInputStream()


Copyright © 2013. All Rights Reserved.