public interface FileSystemProps
Instances of FileSystemProps are thread-safe.
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
|