{
throw new NullPointerException();
}
this.metaData = new CSVOutputProcessorMetaData(CSVOutputProcessorMetaData.PAGINATION_NONE);
this.flowSelector = new DisplayAllFlowSelector();
this.printer = new CSVPrinter();
final ContentLocation root = new StreamRepository(outputStream).getRoot();
this.printer.setContentLocation(root);