Class BufferedRereadableContent.BrcCleanup

    • Constructor Detail

      • BrcCleanup

        protected BrcCleanup​(BufferedRereadableContent brc)
        Creates a new clean-up for deleting the temporary file as post-mortem action of a BufferedRereadableContent.
        Parameters:
        brc - The BufferedRereadableContent of which to delete the temporary file if appropriate.
    • Method Detail

      • cleanup

        public void cleanup​(boolean explicit)
        Description copied from interface: CleanupTask
        Performs the actual clean-up. This method is only called by Cleanup and must NOT be called directly!
        Parameters:
        explicit - Whether the clean-up was triggered explicitly via Cleanup.clean(). Otherwise it was triggered implicitly as a post-mortem action by the object becoming phantom reachable.