A callback before the footer is written. @param context the writer context @throws IOException if there is an error
(WriterContext context)
| 411 | * @throws IOException if there is an error |
| 412 | */ |
| 413 | void preFooterWrite(WriterContext context) throws IOException; |
| 414 | } |
| 415 | |
| 416 | public enum BloomFilterVersion { |
no outgoing calls
no test coverage detected