Jido.VFS.Adapter.Sprite.WriteStream (Jido.VFS v1.0.0)

View Source

Collectable stream used to buffer writes before sending them to a Sprite.

Summary

Types

t()

@type t() :: %Jido.VFS.Adapter.Sprite.WriteStream{
  config: Jido.VFS.Adapter.Sprite.Config.t(),
  opts: keyword(),
  path: String.t()
}