public class SimpleUnixFileStore extends BaseSimpleFileStore
Modifier | Constructor and Description |
---|---|
protected |
SimpleUnixFileStore(Path path) |
Modifier and Type | Method and Description |
---|---|
long |
getTotalSpace() |
long |
getUnallocatedSpace() |
long |
getUsableSpace() |
String |
name() |
equals, getAttribute, getFileStoreAttributeView, hashCode, isReadOnly, supportsFileAttributeView, supportsFileAttributeView, type
protected SimpleUnixFileStore(Path path)
public String name()
public long getTotalSpace() throws IOException
IOException
public long getUsableSpace() throws IOException
IOException
public long getUnallocatedSpace() throws IOException
IOException
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.