Class HCWriterKt

  • All Implemented Interfaces:

    
    public final class HCWriterKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static 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
    • Constructor Detail

    • Method Detail

      • writeHCOutputFile

         final static 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.