load All From Input Stream
Parse all YAML documents in a stream and produce corresponding Java objects. The documents are parsed only when the iterator is invoked.
Return
an Iterable over the parsed Java objects in this stream in proper sequence
Parameters
yaml Stream
YAML data to load from (BOM is respected to detect encoding and removed from the data)