Abstract implementation class providing methods used by MetaStreams to wrapper one or more IO streams, Library streams or Stream streams. More...

Public Attributes | |
| StreamIn | |
| Read from another stream whenever there's a Read. More... | |
| StreamsCopyInput | |
| Write to other streams whenever there's a Read. More... | |
| StreamsOutput | |
| Write to other streams whenever there's a Write. More... | |
| WriteToStreamIn | |
| More... | |
Abstract implementation class providing methods used by MetaStreams to wrapper one or more IO streams, Library streams or Stream streams.
| StreamIn |
Read from another stream whenever there's a Read.
IO.I.Stream or Stream.Object
| StreamsCopyInput |
Write to other streams whenever there's a Read.
*IO.I.Stream or Stream.Object; indexed by oref to avoid duplicates */
| StreamsOutput |
Write to other streams whenever there's a Write.
IO.I.Stream or Stream.Object; indexed by oref to avoid duplicates */
| WriteToStreamIn |