dump

abstract fun dump(stream: DataOutputStream)(source)

Dump the entry to the given stream

Since

0.1.0

Parameters

stream

the stream to dump the entry to


Dump the entry into a byte array

Implemented using dump and ByteArrayOutputStream

Return

a byte array representing the entry

Since

0.1.0