| 559 | StringRef fileBytes; |
| 560 | |
| 561 | void init(uint8_t fType, const Optional<BlobGranuleCipherKeysCtx> cipherKeysCtx) { |
| 562 | formatVersion = LATEST_BG_FORMAT_VERSION; |
| 563 | fileType = fType; |
| 564 | chunkStartOffset = -1; |
| 565 | } |
| 566 | |
| 567 | void init(const StringRef& fBytes, Arena& arena, const Optional<BlobGranuleCipherKeysCtx> cipherKeysCtx) { |
| 568 | ASSERT(chunkStartOffset > 0); |