class CorpusReader

Defined at line 8543 of file fidling/gen/src/sys/fuzzing/fidl/fuchsia.fuzzer/hlcpp/fuchsia/fuzzer/cpp/fidl.h

Sends a sequence of test inputs belonging to a fuzzer's corpus.

Public Methods

void ~CorpusReader ()
void Next (::fuchsia::fuzzer::Input test_input, NextCallback callback)

Sends the next test input from the corpus.

+ request `test_input` the byte sequence representing the next test

input in a corpus.

- response `result` one of the following:

- `ZX_OK` if the test input was sent.

- A socket error if transferring the input failed.