/* */ }
/* 93 */ else if ((result instanceof BufferedStreamResult))
/* */ {
/* 95 */ BufferedStreamResult br = (BufferedStreamResult)result;
/* 96 */ ByteArrayOutputStream baos = (ByteArrayOutputStream)br.getOutputStream();
/* 97 */ this.source = new BufferedStreamSource(baos.toByteArray());
/* */ }
/* */ else
/* */ {
/* 101 */ throw new IllegalArgumentException("Unsupported result type: " + result);
/* */ }