public class SimpleBasicFileAttributeView extends AbstractBasicFileAttributeView<Path>
path
Constructor and Description |
---|
SimpleBasicFileAttributeView(Path path) |
Modifier and Type | Method and Description |
---|---|
<T extends BasicFileAttributes> |
readAttributes() |
Class<? extends BasicFileAttributeView>[] |
viewTypes() |
isSerializable, name, readAllAttributes, readAttributes, setAttribute, setTimes
public SimpleBasicFileAttributeView(Path path)
public <T extends BasicFileAttributes> T readAttributes() throws IOException
IOException
public Class<? extends BasicFileAttributeView>[] viewTypes()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.