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

Method encodeLoop

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

Encodes characters into bytes. This method is called by #encode(CharBuffer, ByteBuffer, boolean) encode. This method will implement the essential encoding operation, and it won't stop encoding until either all the input characters are read, the output buffer is filled, or some exception

(CharBuffer in, ByteBuffer out)

Source from the content-addressed store, hash-verified

532 * @return a <code>CoderResult</code> instance indicating the result.
533 */
534 protected abstract CoderResult encodeLoop(CharBuffer in, ByteBuffer out);
535
536 /**
537 * Flushes this encoder.

Callers 1

encodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected