DirEntry

class DirEntry(val name: String, val type: Filetype, val inode: Long, val cookie: Long)(source)

Constructors

Link copied to clipboard
constructor(name: String, type: Filetype, inode: Long, cookie: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val inode: Long
Link copied to clipboard
Link copied to clipboard