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

Method implReset

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

Resets this encoder's charset related state. The default implementation does nothing; this method can be overridden if needed.

()

Source from the content-addressed store, hash-verified

629 * does nothing; this method can be overridden if needed.
630 */
631 protected void implReset() {
632 // default implementation is empty
633 }
634
635 /**
636 * Checks if the given argument is legal as this encoder's replacement byte

Callers 1

resetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected