decodeInt64 method
int decodeInt64 (int offset)
Implementation
int
decodeInt64
(
int
offset
)
=>
data
.
getInt64
(
offset
,
Endian
.
little
);