Uses of Class
org.n52.io.handler.IoHandlerException
-
Packages that use IoHandlerException Package Description org.n52.io.handler org.n52.io.type.quantity.handler.report -
-
Uses of IoHandlerException in org.n52.io.handler
Methods in org.n52.io.handler that throw IoHandlerException Modifier and Type Method Description protected abstract voidIoHandler. encodeAndWriteTo(DataCollection<T> data, OutputStream stream)Encodes and writes previously generated output to the given stream.voidIoHandler. writeBinary(OutputStream outputStream) -
Uses of IoHandlerException in org.n52.io.type.quantity.handler.report
Methods in org.n52.io.type.quantity.handler.report that throw IoHandlerException Modifier and Type Method Description voidPDFReportGenerator. encodeAndWriteTo(DataCollection<Data<QuantityValue>> data, OutputStream stream)voidPDFReportGenerator. generateOutput(DataCollection<Data<QuantityValue>> data)
-