template <>

class WireSyncBufferClientImpl

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

Public Methods

::fidl::WireUnownedResult< ::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 via an argument to `.buffer()`.