If you're interested in trying out Hutool 39, here's a step-by-step guide to getting started:
Creates a file and all non-existent parent directories. Like Unix touch . hutool 39
// Reading file content List lines = FileUtil.readLines("test.txt", "UTF-8"); // Writing to a file FileUtil.writeString("Hello Hutool", "output.txt", "UTF-8"); // Copying files FileUtil.copy("src.txt", "dest.txt", true); Use code with caution. D. JSON Handling ( JSONUtil ) If you're interested in trying out Hutool 39,