About
A stream interface will expose two functions:
- A src function that produces the objects (file, …)
- A dest function that consumes the objects (file, …)
See also: Producer Consumer
A stream interface will expose two functions:
See also: Producer Consumer