Class StatVFS


  • public class StatVFS
    extends java.lang.Object
    StatVFS structure.
    See Also:
    GuestFS
    • Constructor Summary

      Constructors 
      Constructor Description
      StatVFS()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bsize

        public long bsize
      • frsize

        public long frsize
      • blocks

        public long blocks
      • bfree

        public long bfree
      • bavail

        public long bavail
      • files

        public long files
      • ffree

        public long ffree
      • favail

        public long favail
      • fsid

        public long fsid
      • flag

        public long flag
      • namemax

        public long namemax
    • Constructor Detail

      • StatVFS

        public StatVFS()