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

Method reset

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

Resets this decoder. This method will reset the internal status, and then calls implReset() to reset any status related to the specific charset. @return this decoder.

()

Source from the content-addressed store, hash-verified

703 * @return this decoder.
704 */
705 public final CharsetDecoder reset() {
706 status = INIT;
707 implReset();
708 return this;
709 }
710
711 /**
712 * Gets this decoder's <code>CodingErrorAction</code> when an unmappable

Callers 1

decodeMethod · 0.95

Calls 1

implResetMethod · 0.95

Tested by

no test coverage detected