Package javax.mail.util
package javax.mail.util
JavaMail API utility classes.
This package specifies utility classes that are useful with
other JavaMail APIs.
-
ClassesClassDescriptionA DataSource backed by a byte array.A ByteArrayInputStream that implements the SharedInputStream interface, allowing the underlying byte array to be shared between multiple readers.A
SharedFileInputStreamis aBufferedInputStreamthat buffers data from the file and supports themarkandresetmethods.