javax.mail.util |
Utility classes.
This package specifies utility classes that are useful with
other JavaMail APIs.
|
Java Source File Name | Type | Comment |
ByteArrayDataSource.java | Class | A DataSource backed by a byte array. |
SharedByteArrayInputStream.java | Class | A ByteArrayInputStream that implements the SharedInputStream interface,
allowing the underlying byte array to be shared between multiple readers. |
SharedFileInputStream.java | Class | A SharedFileInputStream is a
BufferedInputStream that buffers
data from the file and supports the mark
and reset methods. |