CacheImage

open class CacheImage

Constructors

Link copied to clipboard
constructor(partition: Int, data: @NotNull Array<Byte>)
A wrapper for a partition cache raw image and the ID of the partition.

Properties

Link copied to clipboard
val image: @NotNull Array<Byte>
The image.
Link copied to clipboard
Target partition ID.