public void write()

in src/main/java/org/jetbrains/uncrustify/UncrustifyConfigWriter.java [50:52]


    public void write(char @NotNull [] cbuf, int off, int len) throws IOException {
        writer.write(cbuf, off, len);
    }