class Reader

Defined at line 128 of file ../../zircon/system/ulib/inspect/reader.cc

The |Reader| supports reading the contents of a |Snapshot|.

This class constructs a hierarchy of nodes contained in the snapshot

if the snapshot is valid.

This |Reader| supports versions 1 and 2 of the Inspect Format.

Public Methods

void Reader (Snapshot snapshot)

Defined at line 130 of file ../../zircon/system/ulib/inspect/reader.cc

fpromise::result<Hierarchy> Read ()

Read the contents of the snapshot and return the root node.

Defined at line 269 of file ../../zircon/system/ulib/inspect/reader.cc