Netstrings.Stream (Netstrings v2.0.8)

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

Summary

Types

t()

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