MCPcopy Create free account
hub / github.com/davidgiven/luje / implFlush

Method implFlush

lib/java/nio/charset/CharsetDecoder.java:506–508  ·  view source on GitHub ↗

Flushes this decoder. The default implementation does nothing and always returns CoderResult.UNDERFLOW ; this method can be overridden if needed. @param out the output buffer. @return CoderResult.UNDERFLOW or CoderResult.OVERFLOW .

(CharBuffer out)

Source from the content-addressed store, hash-verified

504 * <code>CoderResult.OVERFLOW</code>.
505 */
506 protected CoderResult implFlush(CharBuffer out) {
507 return CoderResult.UNDERFLOW;
508 }
509
510 /**
511 * Notifies that this decoder's <code>CodingErrorAction</code> specified

Callers 1

flushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected