write

fun write(binaryStream: DataOutputStream)

Write this entry to the provided DataOutputStream, in a way that is naturally delimited for subsequent reading via the secondary constructor that takes a DataInputStream.

Parameters

binaryStream

A DataOutputStream on which to write this entry.

Throws

If I/O fails.