MCPcopy Create free account
hub / github.com/antlr/codebuff / handleLine

Method handleLine

corpus/java/training/guava/io/LineBuffer.java:117–117  ·  view source on GitHub ↗

Called for each line found in the character data passed to #add. @param line a line of text (possibly empty), without any line separators @param end the line separator; one of "\r", "\n", "\r\n", or "" @throws IOException if an I/O error occurs

(String line, String end)

Source from the content-addressed store, hash-verified

115 * @throws IOException if an I/O error occurs
116 */
117 protected abstract void handleLine(String line, String end) throws IOException;
118}

Callers 1

finishLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected