Package com.jcraft.jsch
Class SftpStatVFS
java.lang.Object
com.jcraft.jsch.SftpStatVFS
public class SftpStatVFS
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description longgetAvail()longgetAvailBlocks()longgetAvailForNonRoot()longgetAvailINodes()longgetBlocks()longgetBlockSize()intgetCapacity()longgetFileSystemID()longgetFragmentSize()longgetFreeBlocks()longgetFreeINodes()longgetINodes()longgetMaximumFilenameLength()longgetMountFlag()longgetSize()longgetUsed()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getBlockSize
public long getBlockSize() -
getFragmentSize
public long getFragmentSize() -
getBlocks
public long getBlocks() -
getFreeBlocks
public long getFreeBlocks() -
getAvailBlocks
public long getAvailBlocks() -
getINodes
public long getINodes() -
getFreeINodes
public long getFreeINodes() -
getAvailINodes
public long getAvailINodes() -
getFileSystemID
public long getFileSystemID() -
getMountFlag
public long getMountFlag() -
getMaximumFilenameLength
public long getMaximumFilenameLength() -
getSize
public long getSize() -
getUsed
public long getUsed() -
getAvailForNonRoot
public long getAvailForNonRoot() -
getAvail
public long getAvail() -
getCapacity
public int getCapacity()
-