CacheImageSet

open class CacheImageSet

Constructors

Link copied to clipboard
constructor()
Creates an empty image set.
constructor(@NotNull targets: @NotNull List<CacheImage>)
Creates an image set with given targets.

Properties

Link copied to clipboard
@NotNull
@get:NotNull
val images: @NotNull List<CacheImage>

Functions

Link copied to clipboard
open fun add(image: Pair<Integer, Array<Byte>>): CacheImageSet
open fun add(images: List<Pair<Integer, Array<Byte>>>): CacheImageSet
open fun add(image: CacheImage): CacheImageSet
open fun add(partition: Int, image: Array<Byte>): CacheImageSet