8384858687888990919293
System.out.println(bitstream.toXMLString()); System.exit(1); } // Print full bitstream PrintWriter pw = new PrintWriter(System.out); bitstream.toStream(true, true, pw); pw.flush(); pw.close(); }