Next returns the payload of the next packet from the stream. If the next packet is a flush packet (length 0000), Next returns nil, io.EOF. If the next packet is a delimiter packet (length 0001), Next returns nil, nil. If the data stream has ended, Next returns nil, io.ErrUnexpectedEOF.
()
source not stored for this graph (policy: none)
no outgoing calls