Class Dirent


  • public class Dirent
    extends org.teavm.interop.Structure
    • Constructor Summary

      Constructors 
      Constructor Description
      Dirent()  
    • Method Summary

      • Methods inherited from class org.teavm.interop.Structure

        add, cast, sizeOf, toAddress
      • Methods inherited from class java.lang.Object

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

      • next

        public long next
      • inode

        public long inode
      • nameLength

        public int nameLength
      • fileType

        public int fileType
    • Constructor Detail

      • Dirent

        public Dirent()