Class StorageInfo
java.lang.Object
com.tccc.kos.core.service.udev.storage.StorageInfo
Size information for a storage mount.
- Since:
- 1.0
- Version:
- 2024-10-03
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidsetFreeBytes(long freeBytes) voidsetTotalBytes(long totalBytes)
-
Constructor Details
-
StorageInfo
public StorageInfo()
-
-
Method Details
-
getTotalBytes
public long getTotalBytes() -
getFreeBytes
public long getFreeBytes() -
setTotalBytes
public void setTotalBytes(long totalBytes) -
setFreeBytes
public void setFreeBytes(long freeBytes)
-