//Buffer, InputStream and OutputStream
byte[] xmlBuffer= new byte[1024*1024];
OutputStream xmlOutputStream= new ByteArrayOutputStream(1024);
//InputStream xmlInputStream= new InputStream();
Content content = new Content();
content.setTitle("Hello W3Schools - Object2PDF");
content.setDescription(
"At W3Schools you will find all the Web-building tutorials you"+
"need, from basic HTML and XHTML to advanced XML, XSL, Multimedia and WAP."
);
JAXBContext jaxbContext = JAXBContext.newInstance(Content.class);