...
[nikiroo-utils.git] / src / be / nikiroo / utils / serial / Exporter.java
index 6325484eda7ae32ba3a1ebd9055ab8849d8deacd..2470bde4dace9f6dd0ca73f61373991a4cbd4283 100644 (file)
@@ -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) {