Netstrings.stream
You're seeing just the function
stream
, go back to Netstrings module for more information.
Specs
stream(atom() | pid()) :: Enumerable.t()
Converts an io device into a Netstrings.Stream
Behaves similarly to an IO.Stream
with the values marshaled into and out of
netstring format. The device should be opened in raw format for predictability.
Note that netstrings approaching or above 64kib may not be properly handled.