What steps will reproduce the problem?
1. A stream Read operation will return 0 if the End-Of-Stream has been reached,
or any number less than or equal to the requested length if the read was
successful.
2. Create a TarReader that reads from a stream that does not return the full
block requested, but only partial reads.
3. The TarReader croaks, stating that the file format is invalid
0.92
Original issue reported on code.google.com by ksjob...@gmail.com on 4 Oct 2013 at 10:15
Original issue reported on code.google.com by
ksjob...@gmail.com
on 4 Oct 2013 at 10:15Attachments: