components
/
dev.fritz2.components.data
/
File
common
File
open class
File
(name:
String
, type:
String
, size:
Long
, content:
String
)
Content copied to clipboard
Author
Jan Weidenhaupt 09.02.2021
Constructors
Functions
Properties
Constructors
File
Link copied to clipboard
common
fun
File
(name:
String
, type:
String
, size:
Long
, content:
String
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
content
Link copied to clipboard
common
val
content
:
String
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
size
Link copied to clipboard
common
val
size
:
Long
Content copied to clipboard
type
Link copied to clipboard
common
val
type
:
String
Content copied to clipboard