Package | Description |
---|---|
com.sun.mail.pop3 |
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
|
javax.mail.util |
JavaMail API utility classes.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
WritableSharedFile
A subclass of SharedFileInputStream that also allows writing.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedByteArrayInputStream
A ByteArrayInputStream that implements the SharedInputStream interface,
allowing the underlying byte array to be shared between multiple readers.
|
class |
SharedFileInputStream
A
SharedFileInputStream is a
BufferedInputStream that buffers
data from the file and supports the mark
and reset methods. |