writeTo

public void writeTo(OutputStream out)

Writes this cuckoo filter to an output stream, with a custom format (not Java serialization). This has been measured to save at least 400 bytes compared to regular serialization.

Use readFrom to reconstruct the written CuckooFilter.