Class ScriptTargetOutputToUrl

    • Constructor Detail

      • ScriptTargetOutputToUrl

        public ScriptTargetOutputToUrl​(URL url,
                                       String charsetName,
                                       boolean append)
        Constructs a ScriptTargetOutputToUrl instance
        Parameters:
        url - The url to read from
        charsetName - The charset name
        append - If true, then bytes will be written to the end of the file rather than the beginning
      • ScriptTargetOutputToUrl

        public ScriptTargetOutputToUrl​(URL url,
                                       String charsetName)
        Constructs a ScriptTargetOutputToUrl instance the bytes will be written to the end of the file rather than the beginning
        Parameters:
        url - The url to read from
        charsetName - The charset name