public class SimpleWindowsFileStore extends BaseSimpleFileStore
| Constructor and Description |
|---|
SimpleWindowsFileStore(File[] roots,
FileSystem fs,
String path) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTotalSpace() |
long |
getUnallocatedSpace() |
long |
getUsableSpace() |
String |
name() |
equals, getAttribute, getFileStoreAttributeView, hashCode, isReadOnly, supportsFileAttributeView, supportsFileAttributeView, typepublic SimpleWindowsFileStore(File[] roots, FileSystem fs, String path)
public String name()
public long getTotalSpace()
throws IOException
IOExceptionpublic long getUsableSpace()
throws IOException
IOExceptionpublic long getUnallocatedSpace()
throws IOException
IOExceptionCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.