template <>

class WireWeakAsyncBufferClientImpl

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

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_blobfs_internal::DecompressorCreator::Create> Create (::zx::fifo && server_end, ::zx::vmo && compressed_vmo, ::zx::vmo && decompressed_vmo)

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`.

Caller provides the backing storage for FIDL message.