MCPcopy Create free account
hub / github.com/apache/tomcat / ReInit

Method ReInit

java/org/apache/tomcat/util/json/JSONParser.java:546–548  ·  view source on GitHub ↗

Reinitialise.

(java.io.InputStream stream)

Source from the content-addressed store, hash-verified

544
545 /** Reinitialise. */
546 public void ReInit(java.io.InputStream stream) {
547 ReInit(stream, null);
548 }
549
550 /** Reinitialise. */
551 public void ReInit(java.io.InputStream stream, String encoding) {

Callers

nothing calls this directly

Calls 1

getNextTokenMethod · 0.45

Tested by

no test coverage detected