newOutput - EnterWorks_Process_Exchange_(EPX) - 11.0

EnterWorks Process Exchange (EPX)

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Precisely EnterWorks > EnterWorks
Version
11.0
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Process Exchange (EPX)
Copyright
2024
First publish date
2007
Last updated
2024-02-29
Published on
2024-02-29T08:35:54.993000
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")