Skip to main content

Module fxblob

Module fxblob 

Source
Expand description

This module contains the implementation of FxBlob (Blobfs-on-Fxfs).

Modules§

blob
This module contains the FxBlob node type used to represent an immutable blob persisted to disk which can be read back.
reader
Implements fuchsia.fxfs/BlobReader for reading blobs as VMOs from a BlobDirectory.

Structs§

BlobDirectory
A flat directory containing content-addressable blobs (names are their hashes). It is not possible to create sub-directories. It is not possible to write to an existing blob. It is not possible to open or read a blob until it is written and verified.