View Source Netstrings.Stream (Netstrings v2.0.7)

Defines an Netstrings.Stream struct returned by Netstrings.stream/1.

The following fields are public:

  • device - the IO device
  • buffer - the unhandled strings to this point

Link to this section Summary

Link to this section Types

@type t() :: %Netstrings.Stream{buffer: term(), device: term()}