Interface Transformation

    • Method Detail

      • source

        Path source()
        The path to the file to be transformed.
        Returns:
        Path to the file.
      • target

        Path target()
        The path to the transformed file.
        Returns:
        Path to the transformed file.
      • transform

        byte[] transform()
        Transform the file.
        Returns:
        Transformed file.