-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
None
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
PrintWriter and RandomAccessFile have constructors with String and File parameters, but none with Path parameter. Files has a newBufferedWriter method, but that's not a PrintWriter. In the past, other classes with File constructors (such as Scanner) were retrofitted to work with Path.
PrintWriter and RandomAccessFile have constructors with String and File parameters, but none with Path parameter. Files has a newBufferedWriter method, but that's not a PrintWriter. In the past, other classes with File constructors (such as Scanner) were retrofitted to work with Path.