A callback before the stripe is written. @param context the writer context @throws IOException if there is an error
(WriterContext context)
| 405 | * @throws IOException if there is an error |
| 406 | */ |
| 407 | void preStripeWrite(WriterContext context) throws IOException; |
| 408 | /** |
| 409 | * A callback before the footer is written. |
| 410 | * @param context the writer context |