public interface FileSystem
Modifier and Type | Method and Description |
---|---|
long |
getCapacity() |
int |
getChunkSize() |
long |
getFreeSpace()
ATTENTION: This value can be inaccurate, depending on actual file system and certain file
system specific properties.
|
long |
getOccupiedSpace()
ATTENTION: This value can be inaccurate, depending on actual file system and certain file
system specific properties.
|
UsbFile |
getRootDirectory()
This method returns the root directory of the file system.
|
java.lang.String |
getVolumeLabel()
This method returns the name of the volume which is mostly saved in the
file system.
|
UsbFile getRootDirectory()
java.lang.String getVolumeLabel()
In Windows the name of a volume is shown in the explorer before the drive letter.
long getCapacity()
long getOccupiedSpace()
long getFreeSpace()
int getChunkSize()