Category "outputstream"

MapUtils with Logger

I am using MapUtils.verbosePrint(System.out, "", map) to dump the contents of a map in Java. They (management) do not like us using System.out.println(). We ar

Is there a way to use a Java Writer object to write binary data?

I want to use the writeSearchResults method of this Jira plugin interface. The description of the interface says that it should be possible to generate PDF fil

How to put two jasperReports in one zip file to download?

public String generateReport() { try { final FacesContext facesContext = FacesContext.getCurrentInstance(); fi