Package com.sshtools.common.files
Interface FileVolume
public interface FileVolume
-
Method Details
-
blockSize
long blockSize() -
underlyingBlockSize
long underlyingBlockSize() -
blocks
long blocks() -
freeBlocks
long freeBlocks() -
userFreeBlocks
long userFreeBlocks() -
totalInodes
long totalInodes() -
freeInodes
long freeInodes() -
userFreeInodes
long userFreeInodes() -
id
long id() -
flags
long flags() -
maxFilenameLength
long maxFilenameLength()
-