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

Method implFlush

lib/java/nio/charset/CharsetEncoder.java:588–590  ·  view source on GitHub ↗

Flushes this encoder. 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 .

(ByteBuffer out)

Source from the content-addressed store, hash-verified

586 * <code>CoderResult.OVERFLOW</code>.
587 */
588 protected CoderResult implFlush(ByteBuffer out) {
589 return CoderResult.UNDERFLOW;
590 }
591
592 /**
593 * Notifies that this encoder's <code>CodingErrorAction</code> specified

Callers 1

flushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected