Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newBufferedWriter (0.06 sec)

  1. apache-maven/src/assembly/maven/bin/JvmConfigParser.java

                    // Write directly to file - this ensures proper file handle cleanup on Windows
                    // Add newline at end for Windows 'for /f' command compatibility
                    try (Writer writer = Files.newBufferedWriter(outputFile, StandardCharsets.UTF_8)) {
                        writer.write(result);
                        if (!result.isEmpty()) {
                            writer.write(System.lineSeparator());
                        }
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Dec 10 16:40:06 UTC 2025
    - 6.4K bytes
    - Viewed (0)
Back to top