exactBytes

class exactBytes(val data: ByteArray)

This class behaves like a function and its sole purpose is to wrap a bytearray into another class so that when we serialize it we know not to include the length

Constructors

Link copied to clipboard
constructor(data: ByteArray)

Properties

Link copied to clipboard