IRISLIB database
MetaIO Class Reference

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

Inheritance diagram for MetaIO:

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...
 

Detailed Description

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

Member Data Documentation

◆ StreamIn

StreamIn

Read from another stream whenever there's a Read.

IO.I.Stream or Stream.Object  

◆ StreamsCopyInput

StreamsCopyInput

Write to other streams whenever there's a Read.

*IO.I.Stream or Stream.Object; indexed by oref to avoid duplicates */  

◆ StreamsOutput

StreamsOutput

Write to other streams whenever there's a Write.

IO.I.Stream or Stream.Object; indexed by oref to avoid duplicates */  

◆ WriteToStreamIn

WriteToStreamIn