public class FileSystemPropsImpl extends Object implements FileSystemProps
| Constructor and Description |
|---|
FileSystemPropsImpl(long totalSpace,
long unallocatedSpace,
long usableSpace) |
| Modifier and Type | Method and Description |
|---|---|
long |
totalSpace() |
long |
unallocatedSpace() |
long |
usableSpace() |
public FileSystemPropsImpl(long totalSpace,
long unallocatedSpace,
long usableSpace)
public long totalSpace()
totalSpace in interface FileSystemPropspublic long unallocatedSpace()
unallocatedSpace in interface FileSystemPropspublic long usableSpace()
usableSpace in interface FileSystemPropsCopyright © 2015. All Rights Reserved.