Secure File Manager
Toggle table of contents
0.1.9-beta
release
Target filter
release
Switch theme
Search in API
Skip to content
Secure File Manager
app
/
ltechnologies.onionphone.securefilemanager.models
/
FileDirItem
File
Dir
Item
open
class
FileDirItem
(
val
path
:
String
,
val
name
:
String
=
""
,
var
isDirectory
:
Boolean
=
false
,
var
children
:
Int
=
0
,
var
size
:
Long
=
0
,
var
modified
:
Long
=
0
)
:
Comparable
<
FileDirItem
>
Inheritors
ListItem
Members
Constructors
File
Dir
Item
Link copied to clipboard
constructor
(
path
:
String
,
name
:
String
=
""
,
isDirectory
:
Boolean
=
false
,
children
:
Int
=
0
,
size
:
Long
=
0
,
modified
:
Long
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
children
Link copied to clipboard
var
children
:
Int
is
Directory
Link copied to clipboard
var
isDirectory
:
Boolean
modified
Link copied to clipboard
var
modified
:
Long
name
Link copied to clipboard
val
name
:
String
path
Link copied to clipboard
val
path
:
String
size
Link copied to clipboard
var
size
:
Long
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
FileDirItem
)
:
Int
get
Album
Link copied to clipboard
fun
getAlbum
(
)
:
String
?
get
Artist
Link copied to clipboard
fun
getArtist
(
)
:
String
?
get
Bubble
Text
Link copied to clipboard
fun
getBubbleText
(
context
:
Context
,
dateFormat
:
String
?
=
null
,
timeFormat
:
String
?
=
null
)
:
String
get
Direct
Children
Count
Link copied to clipboard
fun
getDirectChildrenCount
(
)
:
Int
get
Duration
Link copied to clipboard
fun
getDuration
(
)
:
String
?
get
Key
Link copied to clipboard
fun
getKey
(
)
:
ObjectKey
get
Last
Modified
Link copied to clipboard
fun
getLastModified
(
)
:
Long
get
Parent
Path
Link copied to clipboard
fun
getParentPath
(
)
:
String
get
Proper
File
Count
Link copied to clipboard
fun
getProperFileCount
(
)
:
Int
get
Proper
Size
Link copied to clipboard
fun
getProperSize
(
)
:
Long
get
Resolution
Link copied to clipboard
fun
getResolution
(
context
:
Context
)
:
Point
?
get
Signature
Link copied to clipboard
fun
getSignature
(
)
:
String
get
Song
Title
Link copied to clipboard
fun
getSongTitle
(
)
:
String
?
is
Encrypted
Link copied to clipboard
fun
isEncrypted
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String