class Input : Destroyable
(source)
Input of generic hash function.
bytes |
Provides the bytes of this key fun bytes(): Bytes! |
bytesArray |
Provides the bytes of this key fun bytesArray(): ByteArray! |
destroy |
fun destroy(): Unit |
equals |
fun equals(other: Any?): Boolean |
fromBytes |
Create a static fun fromBytes(bytes: Bytes!): Input! static fun fromBytes(bytes: ByteArray!): Input! |
fromHash |
Create a static fun fromHash(hash: Hash!): Input! |
fromPointer |
Create a static fun fromPointer(allocated: Allocated!): Input! |
hashCode |
fun hashCode(): Int |
isDestroyed |
fun isDestroyed(): Boolean |
length |
Provides the length of the input fun length(): Int |