Bytes

class Bytes(val bytes: ByteArray) : SyncSource(source)

In-memory bytes, typically a small generated JSON file.

Constructors

Link copied to clipboard
constructor(bytes: ByteArray)

Properties

Link copied to clipboard