Class Exporter


  • public class Exporter
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void export​(Module module, java.io.OutputStream binaryOutput)  
      void export​(Module module, java.io.PrintWriter pw)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • export

        public void export​(Module module,
                           java.io.PrintWriter pw)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • export

        public void export​(Module module,
                           java.io.OutputStream binaryOutput)
                    throws java.io.IOException
        Throws:
        java.io.IOException