Class Dirent

java.lang.Object
org.teavm.interop.Structure
org.teavm.backend.wasm.wasi.Dirent

public class Dirent extends org.teavm.interop.Structure
  • Field Details

    • next

      public long next
    • inode

      public long inode
    • nameLength

      public int nameLength
    • fileType

      public int fileType
  • Constructor Details

    • Dirent

      public Dirent()