public interface FileSystemProps
Represents properties of the file system.<p> Instances of FileSystemProps are thread-safe.<p>
Modifier and Type | Method and Description |
---|---|
long |
totalSpace()
The total space on the file system, in bytes
|
long |
unallocatedSpace()
The total un-allocated space on the file system, in bytes
|
long |
usableSpace()
The total usable space on the file system, in bytes
|
Copyright © 2014. All Rights Reserved.