Anonymous - 2010-01-15

Originally posted by: dvd.s...@gmail.com

Seem there is a problem with the RandomAccessInputStream...

In fact it's a bit complicated to buffer the data and use the random access... so you
should avoid to use the read() method or buffer !GuessInputStream externally with a
!BufferInputStream.

In fact i also noticed that there is a slow performance decoding a base64 and i add
some buffer in the middle.

Status: Accepted