Example usage for java.nio.file.attribute BasicFileAttributeView interface-usage

List of usage examples for java.nio.file.attribute BasicFileAttributeView interface-usage

Introduction

In this page you can find the example usage for java.nio.file.attribute BasicFileAttributeView interface-usage.

Usage

From source file de.tiqsolutions.hdfs.BasicFileAttributeViewImpl.java

class BasicFileAttributeViewImpl implements BasicFileAttributeView {

    static final String NAME = "basic";
    protected final HadoopFileSystemPath path;

    public BasicFileAttributeViewImpl(Path path) {