About Question enthuware.ocpjp.v7.2.1535 :
Posted: Mon Sep 07, 2015 10:10 pm
when I try this
BasicFileAttributeView bfav=Files.getFileAttributeView(p, BasicFileAttributeView.class);
and try to see bfav methods in eclipse (using a dot), I dont see the methods mentioned in the options
I see them for
BasicFileAttributes bfas=Files.readAttributes(p, BasicFileAttributes.class);
Please clarify.
Thanks
BasicFileAttributeView bfav=Files.getFileAttributeView(p, BasicFileAttributeView.class);
and try to see bfav methods in eclipse (using a dot), I dont see the methods mentioned in the options
I see them for
BasicFileAttributes bfas=Files.readAttributes(p, BasicFileAttributes.class);
Please clarify.
Thanks