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.

Functions

Reader

public void Reader( Snapshot snapshot)

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

Read

public result Read()

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

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