toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.archive.cache
/
CacheImporter
/
Container
Container
abstract
class
Container
(
compressed
:
ByteBuf
,
uncompressed
:
ByteBuf
?
)
Inheritors
Group
Members
Constructors
Container
Link copied to clipboard
constructor
(
compressed
:
ByteBuf
,
uncompressed
:
ByteBuf
?
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
crc32
Link copied to clipboard
val
crc32
:
Int
empty
Loc
Link copied to clipboard
val
emptyLoc
:
Boolean
encrypted
Link copied to clipboard
val
encrypted
:
Boolean
uncompressed
Crc32
Link copied to clipboard
val
uncompressedCrc32
:
Int
?
uncompressed
Len
Link copied to clipboard
val
uncompressedLen
:
Int
?
whirlpool
Link copied to clipboard
val
whirlpool
:
ByteArray
Functions
release
Link copied to clipboard
fun
release
(
)