FuzzedDataProvider
The FuzzedDataProvider is a helper used to break up the fuzzer input bytes. On the same input and function call order it will always provide the same outputs.
The Java implementation of the FuzzedDataProvider is part of Jazzer. The documentation is hosted on GitHub.