MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / close

Method close

src/main/java/core/org/xbill/DNS/Tokenizer.java:716–725  ·  view source on GitHub ↗

Closes any files opened by this tokenizer.

()

Source from the content-addressed store, hash-verified

714 * Closes any files opened by this tokenizer.
715 */
716public void
717close() {
718 if (wantClose) {
719 try {
720 is.close();
721 }
722 catch (IOException e) {
723 }
724 }
725}
726
727protected void
728finalize() {

Callers 9

finalizeMethod · 0.95
findResolvConfMethod · 0.45
findResolvConfMethod · 0.45
ClientMethod · 0.45
cleanupMethod · 0.45
doAXFRMethod · 0.45
TCPclientMethod · 0.45
nextRecordMethod · 0.45
finalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected