Netstrings v2.0.6 Netstrings.Stream View Source

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

Link to this type t() View Source
t() :: %Netstrings.Stream{buffer: term, device: term}