Archive | July 13th, 2012

Obtaining and modifying the metadata of the files in Java 7 NIO.2

July 13, 2012

2 Comments

Files usually contain information like its creation time, last modified time, last accessed time, size, type, permissions, ownership and other details which constitute its metadata. NIO.2 enhancements in Java 7 adds views to obtain metadata information of the file. The file attributes are grouped into different views based on their relatedness and applicability, for example [...]

email