X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Futils%2Fserial%2FExporter.java;h=2470bde4dace9f6dd0ca73f61373991a4cbd4283;hb=e838eb0ef7ce247c2d3adbc1e01e8aef9161b125;hp=6325484eda7ae32ba3a1ebd9055ab8849d8deacd;hpb=be6f67896f1412f87ebae15660713e918d37e0a0;p=nikiroo-utils.git diff --git a/src/be/nikiroo/utils/serial/Exporter.java b/src/be/nikiroo/utils/serial/Exporter.java index 6325484..2470bde 100644 --- a/src/be/nikiroo/utils/serial/Exporter.java +++ b/src/be/nikiroo/utils/serial/Exporter.java @@ -20,6 +20,9 @@ public class Exporter { /** * Create a new {@link Exporter}. + * + * @param out + * export the data to this stream */ public Exporter(OutputStream out) { if (out == null) {