类 com.sun.mail.iap.ByteArray
的使用

使用 ByteArray 的软件包
com.sun.mail.iap   
com.sun.mail.imap.protocol   
 

com.sun.mail.iapByteArray 的使用
 

返回 ByteArraycom.sun.mail.iap 中的方法
protected  ByteArray Protocol.getResponseBuffer()
          Return a buffer to be used to read a response.
 ByteArray Response.readByteArray()
          Extract a NSTRING, starting at the current position.
 ByteArray ResponseInputStream.readResponse()
          Read a Response from the InputStream.
 ByteArray ResponseInputStream.readResponse(ByteArray ba)
          Read a Response from the InputStream.
 

参数类型为 ByteArraycom.sun.mail.iap 中的方法
 ByteArray ResponseInputStream.readResponse(ByteArray ba)
          Read a Response from the InputStream.
 

com.sun.mail.imap.protocolByteArray 的使用
 

声明为 ByteArraycom.sun.mail.imap.protocol 中的字段
 ByteArray RFC822DATA.data
           
 ByteArray BODY.data
           
 

返回 ByteArraycom.sun.mail.imap.protocol 中的方法
 ByteArray RFC822DATA.getByteArray()
           
 ByteArray BODY.getByteArray()
           
protected  ByteArray IMAPProtocol.getResponseBuffer()
          Return a buffer to read a response into.
 

参数类型为 ByteArraycom.sun.mail.imap.protocol 中的方法
protected  BODY IMAPProtocol.fetchBody(int msgno, String section, int start, int size, boolean peek, ByteArray ba)
           
 BODY IMAPProtocol.fetchBody(int msgno, String section, int start, int size, ByteArray ba)
          Partial FETCH of given BODY section.
 BODY IMAPProtocol.peekBody(int msgno, String section, int start, int size, ByteArray ba)
          Partial FETCH of given BODY section, without setting SEEN flag.
 



Copyright © 2013. All Rights Reserved.