Class GenClass1

    • Constructor Summary

      Constructors 
      Constructor Description
      GenClass1()  
      GenClass1​(java.nio.file.Path destination)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void write()  
      • Methods inherited from class java.lang.Object

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

      • GenClass1

        public GenClass1​(java.nio.file.Path destination)
      • GenClass1

        public GenClass1()
    • Method Detail

      • write

        public void write()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception