Class StorageInfo

java.lang.Object
com.tccc.kos.core.service.udev.storage.StorageInfo

public class StorageInfo extends Object
Size information for a storage mount.
Since:
1.0
Version:
2024-10-03
  • 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)