class BlobWriter

Defined at line 45 of file ../../src/storage/blobfs/blob_creator.cc

Public Methods

void BlobWriter (fbl::RefPtr<Blob> blob, zx::unowned_channel server_channel)

Defined at line 47 of file ../../src/storage/blobfs/blob_creator.cc

void ~BlobWriter ()

Defined at line 52 of file ../../src/storage/blobfs/blob_creator.cc

void GetVmo (fuchsia_fxfs::wire::BlobWriterGetVmoRequest * request, GetVmoCompleter::Sync & completer)

Defined at line 58 of file ../../src/storage/blobfs/blob_creator.cc

void BytesReady (fuchsia_fxfs::wire::BlobWriterBytesReadyRequest * request, BytesReadyCompleter::Sync & completer)

Defined at line 73 of file ../../src/storage/blobfs/blob_creator.cc

bool ChannelActive ()

Checks if the server channel is still active. If the client side has closed the associated

blob will be dropped synchronously, failing any future requests.

Defined at line 88 of file ../../src/storage/blobfs/blob_creator.cc