MCPcopy Create free account
hub / github.com/wyouflf/xUtils3 / clearRawResult

Method clearRawResult

xutils/src/main/java/org/xutils/http/HttpTask.java:478–483  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476 }
477
478 private void clearRawResult() {
479 if (rawResult instanceof Closeable) {
480 IOUtil.closeQuietly((Closeable) rawResult);
481 }
482 rawResult = null;
483 }
484
485 @Override
486 protected void cancelWorks() {

Callers 2

doBackgroundMethod · 0.95
closeRequestSyncMethod · 0.95

Calls 1

closeQuietlyMethod · 0.95

Tested by

no test coverage detected