Uses of Interface
javax.mail.internet.SharedInputStream

Packages that use SharedInputStream
javax.mail.util JavaMail API utility classes. 
 

Uses of SharedInputStream in javax.mail.util
 

Classes in javax.mail.util that implement SharedInputStream
 class SharedByteArrayInputStream
          A ByteArrayInputStream that implements the SharedInputStream interface, allowing the underlying byte array to be shared between multiple readers.
 class SharedFileInputStream
          A SharedFileInputStream is a BufferedInputStream that buffers data from the file and supports the mark and reset methods.
 



Copyright © 2011 Oracle. All Rights Reserved.