[Fwd: BufferedInputStream.mark()]

2004-03-11 Thread Guilhem Lavaux
I'm sending it again as it didn't reach the mailing list apparently... Guilhem. --- Begin Message --- Hi, I've been trying to make azureus work with kaffe and apparently they use an hidden feature of sun's jdk: it is capable to do mark(Integer.MAX_VALUE). So I modified the mark() logic to be ab

BufferedInputStream.mark()

2004-03-10 Thread Guilhem Lavaux
Hi, I've been trying to make azureus work with kaffe and apparently they use an hidden feature of sun's jdk: it is capable to do mark(Integer.MAX_VALUE). So I modified the mark() logic to be able to allocate buffers incrementally. Please review. Here is the changelog: 2004-03-06 Guilhem Lav