ByteArrayHandler

Constructors

Link copied to clipboard
constructor(buffer: ByteArray, range: IntRange = buffer.indices)
constructor(buffer: SlicedByteArray)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
operator fun get(index: Int): Byte
Link copied to clipboard
fun getBlob(index: Int, length: Int): SlicedByteArray
Link copied to clipboard
fun getClob(index: Int): String
Link copied to clipboard
fun getDouble(index: Int): Double
Link copied to clipboard
fun getDoubleLE(index: Int): Double
Link copied to clipboard
fun getFloat(index: Int): Float
Link copied to clipboard
fun getFloatLE(index: Int): Float
Link copied to clipboard
fun getInt(index: Int): Int
Link copied to clipboard
fun getIntLE(index: Int): Int
Link copied to clipboard
fun getLong(index: Int): Long
Link copied to clipboard
fun getLongLE(index: Int): Long
Link copied to clipboard
fun getShort(index: Int): Short
Link copied to clipboard
fun getShortLE(index: Int): Short
Link copied to clipboard
fun getString(index: Int): String
Link copied to clipboard