Module jakarta.mail

Interface SharedInputStream

All Known Implementing Classes:
SharedByteArrayInputStream, SharedFileInputStream

public interface SharedInputStream
An InputStream that is backed by data that can be shared by multiple readers may implement this interface. This allows users of such an InputStream to determine the current position in the InputStream, and to create new InputStreams representing a subset of the data in the original InputStream. The new InputStream will access the same underlying data as the original, without copying the data.

Note that implementations of this interface must ensure that the close method does not close any underlying stream that might be shared by multiple instances of SharedInputStream until all shared instances have been closed.

Since:
JavaMail 1.2