service / com.scurab.android.uitor.model / FSItem

FSItem

open class FSItem : Comparable<FSItem!>

Constructors

<init>

FSItem(name: String!, type: Int, size: Long)

Properties

Name

val Name: String!

Size

val Size: String!

Type

val Type: Int

TYPE_FILE

static var TYPE_FILE: Int

TYPE_FOLDER

static var TYPE_FOLDER: Int

TYPE_PARENT_FOLDER

static var TYPE_PARENT_FOLDER: Int

Functions

compareTo

open fun compareTo(other: FSItem!): Int

getName

open fun getName(): String!

getSize

open fun getSize(): Long

getType

open fun getType(): Int