Create a File for use with open().
Note that File is unbuffered by default - wrap an instance within ocean.io.stream.Buffered for buffered I/O.
reusable exception instance to use, or null to create a fresh one.
See Implementation
Create a File for use with open().
Note that File is unbuffered by default - wrap an instance within ocean.io.stream.Buffered for buffered I/O.