()
| 424 | } |
| 425 | |
| 426 | @Override |
| 427 | public void flush() throws IOException { |
| 428 | spill(); |
| 429 | compressedBuffer.reset(); |
| 430 | if (cipher != null) { |
| 431 | finishEncryption(); |
| 432 | } |
| 433 | uncompressedBytes = 0; |
| 434 | compressedBytes = 0; |
| 435 | current = null; |
| 436 | } |
| 437 | |
| 438 | @Override |
| 439 | public String toString() { |