returnthe contents of the buffer. return this.bos.toByteArray();
return this.bos.toByteArray();
this.bos.reset();
// no way to resize an existing ByteArrayOutputStream this.bos = new ByteArrayOutputStream(size);
This method must be defined for custom servlet output streams. this.bos.write(data);
this.bos.write(data);