Cache Importer
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Index(val archive: Int, val index: Js5Index, compressed: ByteBuf, uncompressed: ByteBuf) : CacheImporter.Group
Link copied to clipboard
data class MasterIndexResult(val masterIndexId: Int, val sourceId: Int, val indexes: List<ByteBuf?>)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun importMasterIndexAndGetIndexes(masterIndex: Js5MasterIndex, buf: ByteBuf, uncompressed: ByteBuf, gameId: Int, scopeId: Int, buildMajor: Int, buildMinor: Int?, lastId: Int?, timestamp: Instant): CacheImporter.MasterIndexResult
Link copied to clipboard
Link copied to clipboard