NonClosingInputStream extends FilterInputStream, which does not forward some newer InputStream methods such as transferTo and readAllBytes. Specific InputStream implementations may have more optimized methods (e.g., FileInputStream). Closes gh-34893 Signed-off-by: Patrick Strawderman <pstrawderman@netflix.com>