FileOwnerAttributeView

Interface FileOwnerAttributeView

All Superinterfaces:
AttributeView, FileAttributeView
All Known Subinterfaces:
AclFileAttributeView, PosixFileAttributeView
public interface FileOwnerAttributeView
extends FileAttributeView

A file attribute view that supports reading or updating the owner of a file. This file attribute view is intended for file system implementations that support a file attribute that represents an identity that is the owner of the file. Often the owner of a file is the identity of the entity that created the file.

The 登录查看完整内容