No more having to chunk read - if ~stream_init_file~ is used, the constructor slurps the entire file into the cache. This pays up front for a bunch of checks essentially. ~stream_init_pipe~ should be used for chunked reading.
No more having to chunk read - if ~stream_init_file~ is used, the constructor slurps the entire file into the cache. This pays up front for a bunch of checks essentially. ~stream_init_pipe~ should be used for chunked reading.