On Mon, 2007-07-09 at 09:43 -0400, Andrew Cagney wrote: > Please use the ByteBuffer's bulk get/put methods. Nice idea! But there is no bulk put method in ByteBuffer (there is a bulk get(), but there are no single byte get() loops in the current code). It would be nice to have a bulk put() method to optimize things, so I filed bug http://sourceware.org/bugzilla/show_bug.cgi?id=4760 Cheers, Mark