Hi Joe,
For files by name and File these are useful additions. The new
constructors with
FileDescriptors don't have a strong use case for them and re-using file
descriptors
is something that developers need to be more careful about. They don't
need the
added convenience constructors and can build readers and writers from
streams
when they need it.
Regards, Roger
On 3/5/2018 2:25 PM, Joe Wang wrote:
Hi,
Adding constructors with a Charset parameter for FileReader and
FileWriter. Please review.
JBS: https://bugs.openjdk.java.net/browse/JDK-8183554
webrev: http://cr.openjdk.java.net/~joehw/jdk11/8183554/webrev/
Thanks,
Joe