Uses of Interface
javax.mail.internet.SharedInputStream
-
Packages that use SharedInputStream Package Description javax.mail.util Jakarta Mail API utility classes. -
-
Uses of SharedInputStream in javax.mail.util
Classes in javax.mail.util that implement SharedInputStream Modifier and Type Class Description classSharedByteArrayInputStreamA ByteArrayInputStream that implements the SharedInputStream interface, allowing the underlying byte array to be shared between multiple readers.classSharedFileInputStreamASharedFileInputStreamis aBufferedInputStreamthat buffers data from the file and supports themarkandresetmethods.
-