|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteArray | |
---|---|
com.sun.mail.iap | |
com.sun.mail.imap.protocol |
Uses of ByteArray in com.sun.mail.iap |
---|
Methods in com.sun.mail.iap that return ByteArray | |
---|---|
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 | |
---|---|
ByteArray |
ResponseInputStream.readResponse(ByteArray ba)
Read a Response from the InputStream. |
Uses of ByteArray in com.sun.mail.imap.protocol |
---|
Fields in com.sun.mail.imap.protocol declared as ByteArray | |
---|---|
ByteArray |
BODY.data
|
ByteArray |
RFC822DATA.data
|
Methods in com.sun.mail.imap.protocol that return ByteArray | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |