Interface ReproducibleResourceTransformer

    • Method Detail

      • processResource

        void processResource​(String resource,
                             InputStream is,
                             List<Relocator> relocators,
                             long time)
                      throws IOException
        Transform an individual resource
        Parameters:
        resource - The resource name
        is - An input stream for the resource, the implementation should *not* close this stream
        relocators - A list of relocators
        time - the time of the resource to process
        Throws:
        IOException - When the IO blows up