Uses of Class
com.sun.mail.iap.ByteArray
-
Packages that use ByteArray Package Description com.sun.mail.iap This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.com.sun.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of ByteArray in com.sun.mail.iap
Methods in com.sun.mail.iap that return ByteArray Modifier and Type Method Description 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.Methods in com.sun.mail.iap with parameters of type ByteArray Modifier and Type Method Description ByteArray
ResponseInputStream. readResponse(ByteArray ba)
Read a Response from the InputStream. -
Uses of ByteArray in com.sun.mail.imap.protocol
Methods in com.sun.mail.imap.protocol that return ByteArray Modifier and Type Method Description ByteArray
BODY. getByteArray()
ByteArray
RFC822DATA. getByteArray()
protected ByteArray
IMAPProtocol. getResponseBuffer()
Return a buffer to read a response into.Methods in com.sun.mail.imap.protocol with parameters of type ByteArray Modifier and Type Method Description protected BODY
IMAPProtocol. fetchBody(int msgno, java.lang.String section, int start, int size, boolean peek, ByteArray ba)
BODY
IMAPProtocol. fetchBody(int msgno, java.lang.String section, int start, int size, ByteArray ba)
Partial FETCH of given BODY section.BODY
IMAPProtocol. peekBody(int msgno, java.lang.String section, int start, int size, ByteArray ba)
Partial FETCH of given BODY section, without setting SEEN flag.
-