Class Dirent


  • public class Dirent
    extends java.lang.Object
    Dirent structure.
    See Also:
    GuestFS
    • Field Summary

      Fields 
      Modifier and Type Field Description
      char ftyp  
      long ino  
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Dirent()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ino

        public long ino
      • ftyp

        public char ftyp
      • name

        public java.lang.String name
    • Constructor Detail

      • Dirent

        public Dirent()