torsdag 11 december 2008 05:58:39 skrev Shawn O. Pearce: > In some places we may find it ourselves with an InputStream we > need to copy into a TemporaryBuffer, so we can flatten out the > entire stream to a single byte[]. Putting the copy loop here > is more useful then duplicating it in application level code. > + public void copy(final InputStream in) throws IOException { > + final byte[] b = new byte[2048]; Why not 8192 here too? -- robin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html