FileSystemByteBuffer

class FileSystemByteBuffer(val array: ByteArray, val offset: Int = 0, val length: Int = array.size)(source)

Constructors

Link copied to clipboard
constructor(array: ByteArray, offset: Int = 0, length: Int = array.size)

Properties

Link copied to clipboard
Link copied to clipboard
val length: Int
Link copied to clipboard
val offset: Int = 0

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int