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 ByteArrayProtocol. getResponseBuffer()Return a buffer to be used to read a response.ByteArrayResponse. readByteArray()Extract a NSTRING, starting at the current position.ByteArrayResponseInputStream. readResponse()Read a Response from the InputStream.ByteArrayResponseInputStream. 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 ByteArrayResponseInputStream. 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 ByteArrayBODY. getByteArray()ByteArrayRFC822DATA. getByteArray()protected ByteArrayIMAPProtocol. 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 BODYIMAPProtocol. fetchBody(int msgno, String section, int start, int size, boolean peek, ByteArray ba)BODYIMAPProtocol. fetchBody(int msgno, String section, int start, int size, ByteArray ba)Partial FETCH of given BODY section.BODYIMAPProtocol. peekBody(int msgno, String section, int start, int size, ByteArray ba)Partial FETCH of given BODY section, without setting SEEN flag.
-