write

fun write(binaryStream: DataOutputStream)

Output this module version key to the provided DataOutputStream. An equal key can later be rebuilt via the constructor taking a DataInputStream.

Parameters

binaryStream

A DataOutputStream on which to write this key.

Throws

If I/O fails.