class SimpleBlobDataProducer

Defined at line 26 of file ../../src/storage/blobfs/blob_data_producer.h

A simple producer that vends data from a supplied span. The span's size must be a multiple of

|kBlobfsBlockSize|.

Public Methods

void SimpleBlobDataProducer (std::span<const uint8_t> data)

Defined at line 28 of file ../../src/storage/blobfs/blob_data_producer.cc

std::span<const uint8_t> Consume (uint64_t max)

BlobDataProducer implementation:

Defined at line 33 of file ../../src/storage/blobfs/blob_data_producer.cc