executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
elf
/
space.iseki.executables.elf
/
Elf64Off
Elf64Off
@
JvmInline
@
Serializable
value
class
Elf64Off
(
val
value
:
ULong
)
:
Primitive
,
Comparable
<
Elf64Off
>
(
source
)
Represents an unsigned file offset in 64-bit ELF format. Equivalent to uint64_t in C.
Members
Constructors
Elf64Off
Link copied to clipboard
constructor
(
value
:
ULong
)
Properties
value
Link copied to clipboard
val
value
:
ULong
Functions
cast
To
Byte
Link copied to clipboard
open
fun
castToByte
(
)
:
Byte
cast
To
Int
Link copied to clipboard
open
fun
castToInt
(
)
:
Int
cast
To
Long
Link copied to clipboard
open
fun
castToLong
(
)
:
Long
cast
To
Short
Link copied to clipboard
open
fun
castToShort
(
)
:
Short
cast
To
UByte
Link copied to clipboard
open
fun
castToUByte
(
)
:
UByte
cast
To
UInt
Link copied to clipboard
open
fun
castToUInt
(
)
:
UInt
cast
To
ULong
Link copied to clipboard
open
fun
castToULong
(
)
:
ULong
cast
To
UShort
Link copied to clipboard
open
fun
castToUShort
(
)
:
UShort
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
Elf64Off
)
:
Int