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

Method implReset

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

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

()

Source from the content-addressed store, hash-verified

547 * does nothing; this method can be overridden if needed.
548 */
549 protected void implReset() {
550 // default implementation is empty
551 }
552
553 /**
554 * Indicates whether this decoder implements an auto-detecting charset.

Callers 1

resetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected