Interface DumpDestination

    • Method Detail

      • add

        OutputStream add​(String name)
                  throws Exception
        Create new entry in dump destination. Destination does not close returned output stream by default, dump provider should do this after completing write operation.
        Parameters:
        name - Name of file in destination.
        Returns:
        Output stream ready to write.
        Throws:
        Exception - When entry cannot be added.
      • save

        void save()
           throws Exception
        Complete creation of the dump.
        Throws:
        Exception - If the save operation fails.