Class Filestat


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

      Constructors 
      Constructor Description
      Filestat()  
    • 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

      • deviceId

        public long deviceId
      • inode

        public long inode
      • fileType

        public long fileType
      • linkCount

        public long linkCount
      • size

        public long size
      • lastAccess

        public long lastAccess
      • lastModified

        public long lastModified
      • lastStatusChange

        public long lastStatusChange
    • Constructor Detail

      • Filestat

        public Filestat()