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

Method decodeLoop

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

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

(ByteBuffer in, CharBuffer out)

Source from the content-addressed store, hash-verified

423 * @return a <code>CoderResult</code> instance indicating the result.
424 */
425 protected abstract CoderResult decodeLoop(ByteBuffer in, CharBuffer out);
426
427 /**
428 * Gets the charset detected by this decoder; this method is optional.

Callers 1

decodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected