executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
pe
/
space.iseki.executables.pe.vi
/
FileType
File
Type
@
JvmInline
@
Serializable
(
with
=
FileType.Serializer::class
)
value
class
FileType
(
val
value
:
Int
)
:
Comparable
<
FileType
>
Type for C enum FileType
Raw type:
Int
Members
Constructors
File
Type
Link copied to clipboard
constructor
(
value
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Constants
Link copied to clipboard
object
Constants
Properties
value
Link copied to clipboard
val
value
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
FileType
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String