Generalized abstraction for pulling in raw octet data, whether its
over the network or from disk or in memory.
This is designed to reduce general complexity / fragmentation
when parsing out tar sectors by forcing every input type to adhere to
the same streaming interface.
Generalized abstraction for pulling in raw octet data, whether its over the network or from disk or in memory.
This is designed to reduce general complexity / fragmentation when parsing out tar sectors by forcing every input type to adhere to the same streaming interface.