mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-25 15:16:24 +00:00
* ReplayInputStream
constructor comment about using destroy()
This commit is contained in:
@@ -111,6 +111,10 @@ public class ReplayInputStream extends SeekInputStream
|
||||
* reading the entire stream (and possibly overflowing to a temporary
|
||||
* file). Primary reason for doing so would be to have a repositionable
|
||||
* version of the original stream's contents.
|
||||
*
|
||||
* If created via this constructor, use the destroy() method to ensure
|
||||
* prompt deletion of any associated tmp file when done.
|
||||
*
|
||||
* @param fillStream
|
||||
* @throws IOException
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user