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

Method reset

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

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

()

Source from the content-addressed store, hash-verified

780 * @return this encoder.
781 */
782 public final CharsetEncoder reset() {
783 status = INIT;
784 implReset();
785 return this;
786 }
787
788 /**
789 * Gets this encoder's <code>CodingErrorAction</code> when unmappable

Callers 2

implCanEncodeMethod · 0.95
encodeMethod · 0.95

Calls 1

implResetMethod · 0.95

Tested by

no test coverage detected