On Sat, Apr 26, 2008 at 7:04 AM, Matthew Toseland <[EMAIL PROTECTED]> wrote: > I'm reverting this before releasing 1144. You can put it back afterwards, but > it needs to be rewritten a bit: FileChannel.read() is not guaranteed to > complete the operation (unlike RandomAccessFile.readFully()). Also there are
fixed in r19567, thanks. > a few RuntimeException's that you might want to catch explicitly. there are only two RuntimeException i am awared of, - IlleagalArgumentException, which is throw when position < 0 (impossible) - BufferUnderFlowException, with stricter checking in new patch, this is also impossible. _______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
