toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.cache
/
Js5MasterIndex
/
Entry
Entry
class
Entry
(
var
version
:
Int
,
var
checksum
:
Int
,
var
groups
:
Int
,
var
totalUncompressedLength
:
Int
,
digest
:
ByteArray
?
)
Members
Constructors
Entry
Link copied to clipboard
constructor
(
version
:
Int
,
checksum
:
Int
,
groups
:
Int
,
totalUncompressedLength
:
Int
,
digest
:
ByteArray
?
)
Properties
checksum
Link copied to clipboard
var
checksum
:
Int
digest
Link copied to clipboard
var
digest
:
ByteArray
?
groups
Link copied to clipboard
var
groups
:
Int
total
Uncompressed
Length
Link copied to clipboard
var
totalUncompressedLength
:
Int
version
Link copied to clipboard
var
version
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String