Why? Is it the synchronization overhead? Which one should I use? I'm not finding anything other than the java.io.
Thanks, Gabor --- Serge Knystautas <[EMAIL PROTECTED]> wrote: > Gabor Kincses wrote: > > Ok, I found it. MimeMessageInputStreamSource > should > > really be called MimeMessageFileInputStreamSource, > > then a MimeMessageByteArrayInputStreamSource could > be > > written, which stores the freshly parsed out > message > > in a static hash of ByteArrayInputStreams instead > of > > temp files. The dispose method would remove the > entry > > from the hash. > > Sounds good, though I'd recommend using commons io's > > bytearrayoutputstream instead of the one with the > JDK. > > -- > Serge Knystautas > Lokitech >> software . strategy . design >> > http://www.lokitech.com > p. 301.656.5501 > e. [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > ===== Gabor Kincses Running Mandrake Linux 10.0 __________________________________ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. http://info.mail.yahoo.com/mail_250 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
