newOutput - EnterWorks_Process_Exchange_(EPX) - 10.5

EnterWorks Process Exchange (EPX)

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Precisely EnterWorks > EnterWorks
Precisely EnterWorks
Version
10.5
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Process Exchange (EPX)
Copyright
2023
First publish date
2007
Last edition
2024-01-18
Last publish date
2024-01-18T18:45:39.198479
PrintWriter newOutput(String directoryName, String fileName, String charset)

Returns a PrintWriter instance for the specified file in the specified directory using the specified file encoding. The PrintWriter object is tracked by the CalloutBIC framework and will be properly closed by the cleanup() method. Returns null if the file could not be created.

  • directoryName – fully-qualified path for the directory containing the file
  • filename – name of the file to be opened
  • charset – name of the encoding for the file (e.g., "UTF-8")