AW: AW: CONT: Streaming large data in and out

2002-03-05 Thread Beer, Christian
OTECTED]' > Betreff: AW: AW: CONT: Streaming large data in and out > > > Here is the constructor: > > - > /** > * Create a datasource from an input stream. > * > * @param is InputStream > * @param type Content-Type >

AW: AW: CONT: Streaming large data in and out

2002-03-05 Thread Beer, Christian
Here is the constructor: - /** * Create a datasource from an input stream. * * @param is InputStream * @param type Content-Type */ public ByteArrayDataSource(InputStream is, String type) throws IOException { this.type = type; ByteA