Uses of Class
org.eclipse.angus.mail.iap.ByteArray
-
Packages that use ByteArray Package Description org.eclipse.angus.mail.iap This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.org.eclipse.angus.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of ByteArray in org.eclipse.angus.mail.iap
Methods in org.eclipse.angus.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 org.eclipse.angus.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 org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.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 org.eclipse.angus.mail.imap.protocol with parameters of type ByteArray Modifier and Type Method Description protected BODYIMAPProtocol. fetchBody(int msgno, java.lang.String section, int start, int size, boolean peek, ByteArray ba)BODYIMAPProtocol. fetchBody(int msgno, java.lang.String section, int start, int size, ByteArray ba)Partial FETCH of given BODY section.BODYIMAPProtocol. peekBody(int msgno, java.lang.String section, int start, int size, ByteArray ba)Partial FETCH of given BODY section, without setting SEEN flag.
-