final
class
FileSystemProps extends AnyVal
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
asJava: java.core.file.FileSystemProps
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
def
totalSpace(): Long
-
def
unallocatedSpace(): Long
-
def
usableSpace(): Long
Inherited from AnyVal
Inherited from NotNull
Inherited from Any
Represents properties of the file system.
Instances of FileSystemProps are thread-safe.