write

fun write(binaryStream: DataOutputStream)

Output this ModuleArchive to the provided DataOutputStream. It can later be reconstituted via the constructor taking a DataInputStream.

Parameters

binaryStream

A DataOutputStream on which to write this module archive.

Throws

If I/O fails.