Class SftpStatVFS

java.lang.Object
com.jcraft.jsch.SftpStatVFS

public class SftpStatVFS extends Object
  • Field Details

    • bsize

      private long bsize
    • frsize

      private long frsize
    • blocks

      private long blocks
    • bfree

      private long bfree
    • bavail

      private long bavail
    • files

      private long files
    • ffree

      private long ffree
    • favail

      private long favail
    • fsid

      private long fsid
    • flag

      private long flag
    • namemax

      private long namemax
    • flags

      int flags
    • size

      long size
    • uid

      int uid
    • gid

      int gid
    • permissions

      int permissions
    • atime

      int atime
    • mtime

      int mtime
    • extended

      String[] extended
  • Constructor Details

    • SftpStatVFS

      private SftpStatVFS()
  • Method Details

    • getStatVFS

      static SftpStatVFS getStatVFS(Buffer buf)
    • 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()