Class Overview
Spool bytes via buffered file streams. The returned input stream is a SpoolFileInputStream
Public Constructors
public
BufferedFileSpool
()
Public Methods
Return a new InputStream to the data provided. Implementations should guarantee that the
returned input stream is independent of the stream passed in. For example, the returned InputStream should still
be useable once the original InputStream is closed and its associated resources are released.
Parameters
is
| - Source stream to be spooled |