Uses of Interface
javax.mail.internet.SharedInputStream
Packages that use SharedInputStream
-
Uses of SharedInputStream in javax.mail.util
Classes in javax.mail.util that implement SharedInputStreamModifier and TypeClassDescriptionclassA ByteArrayInputStream that implements the SharedInputStream interface, allowing the underlying byte array to be shared between multiple readers.classASharedFileInputStreamis aBufferedInputStreamthat buffers data from the file and supports themarkandresetmethods.