template <>

class NaturalClientImpl

Defined at line 47 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/cpp/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_blobfs_internal::DecompressorCreator::Create> Create (::fidl::Request< ::fuchsia_blobfs_internal::DecompressorCreator::Create> request)

Takes the server end of a fifo for `DecompressRangeRequest` objects to

handle requests and put `DecopmressRangeResponse` responses on. Data

for requests is read from `compressed_vmo` and results written to

`decompressed_vmo`.