-
- All Implemented Interfaces:
public final class HCWriterKt
-
-
Method Summary
Modifier and Type Method Description final static UnitwriteHCOutputFile(Path path, Iterable<CharSequence> lines)Writes the given lines to a file at the given path. -
-
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.
-
-
-
-