Package jakarta.mail.util
package jakarta.mail.util
Jakarta Mail API utility classes. This package specifies utility classes that are useful with other Jakarta Mail APIs.
-
ClassDescriptionA 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
SharedFileInputStream
is aBufferedInputStream
that buffers data from the file and supports themark
andreset
methods.