WithRaster

Constructors

Link copied to clipboard
constructor(sharedMemName: String, boostHandle: Long)

Properties

Link copied to clipboard
Link copied to clipboard
open var lasUsedMs: Long
Link copied to clipboard

Functions

Link copied to clipboard
open fun close()
Link copied to clipboard
Link copied to clipboard
open fun getHeight(): Int
Link copied to clipboard
open fun getPtr(): Long
Link copied to clipboard
open fun getRectsOffset(): Int
Link copied to clipboard
open fun getWidth(): Int
Link copied to clipboard
open fun isClosed(): Boolean
Link copied to clipboard
open fun loadDynamicLib()
Link copied to clipboard
open fun lock()
Link copied to clipboard
open fun readByte(offset: Int): Int
Link copied to clipboard
open fun readInt(): Int
open fun readInt(offset: Int): Int
Link copied to clipboard
open fun setDirtyRectsCount(dirtyRectsCount: Int)
Link copied to clipboard
open fun setHeight(height: Int)
Link copied to clipboard
open fun setWidth(width: Int)
Link copied to clipboard
open fun unlock()
Link copied to clipboard
open fun wrap(size: Int): ByteBuffer
Link copied to clipboard
Link copied to clipboard
open fun wrapRects(): ByteBuffer