write

fun write(binaryStream: DataOutputStream)

Write this BloomFilter onto the given stream, such that the constructor taking a DataInputStream can reconstruct it.

Parameters

binaryStream

The DataOutputStream on which to serialize this BloomFilter.