Package 

Class HCWriterKt

    • Method Summary

      Modifier and Type Method Description
      final Unit writeHCOutputFile(Path path, Iterable<CharSequence> lines) Writes the given lines to a file at the given path.
      • Methods inherited from class java.lang.Object

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

      • writeHCOutputFile

         final Unit writeHCOutputFile(Path path, Iterable<CharSequence> lines)

        Writes the given lines to a file at the given path. All necessary parent directories are created if they don't exist. The output file is overwritten if already existing.