Ferreteria/v0.6/clade/Sys/InOut/Connx/Stream

From WoozleCodes
Jump to navigation Jump to search
clade: Sys\InOut\Connx\Stream
Clade Family
Connx Stream
Clade Aliases
Alias Clade
Base* [ca,i] IO\Aspect\Connx
CommOp* [c,i] Sys\Events\ItWent\CommOp
Inspect* [c,i] IO\Aspect\Connx\aux\Inspect\VStream
Rdouter* [i,t] IO\Aspect\view\has\AReadout
Subpages

About

  • Purpose: encapsulates a stream resource
    • PHP also lets you create your own resource-types and wrap them with a class (see e.g. stream_wrapper_register()), and possibly that should be integrated into this at some point.

Spaces

Pages

Thinking

  • 2025-12-17 I guess I'll go with the idea that a stream can be bidirectional -- so methods are available for both -- but it may need to be configured for how you're using it