newInput - EnterWorks_Process_Exchange_(EPX) - 10.5

EnterWorks Process Exchange (EPX)

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

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

  • 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")