DumpAble

interface DumpAble(source)

An interface for objects that can be dumped to a OutputStreams

Functions

Link copied to clipboard
open fun dump(): ByteArray

Dump the object to an ByteArray

abstract fun dump(stream: DataOutputStream)

Dump the object to a DataOutputStream

open fun dump(stream: OutputStream)

Dump the object to an OutputStream