Searched refs:wrapLength (Results 1 – 1 of 1) sorted by relevance
33 private final int wrapLength; field in IndentingPrintWriter54 public IndentingPrintWriter(Writer writer, String singleIndent, int wrapLength) { in IndentingPrintWriter() argument57 this.wrapLength = wrapLength; in IndentingPrintWriter()120 if (wrapLength > 0 && currentLength >= wrapLength - indentLength) { in write()