Hello,
Are there any pointers to profiling results?
In particular how efficient is the following code
snippet from MimeMessageInputStreamSource.java:
while ((b = in.read()) != -1) {
out.write(b);
}
Here "out" is a BufferedOutputStream, but "in" appears
to be a SequenceInputStream on non-buffered
FilterInputStream derivates.
Thanks,
Gabor
=====
Gabor Kincses
Running Mandrake Linux 10.0
__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]