MCPcopy Create free account
hub / github.com/aa112901/remusic / close

Method close

app/src/main/java/com/wm/remusic/net/HttpUtil.java:110–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 BufferedSource metadata = Okio.buffer(source);
109 FilterInputStream bodyIn = new FilterInputStream(metadata.inputStream()) {
110 @Override
111 public void close() throws IOException {
112 snapshot.close();
113 super.close();
114 }
115 };
116 return bodyIn;
117 }

Callers 15

createDrawableMethod · 0.45
createColorStateListMethod · 0.45
runMethod · 0.45
addToPlaylistMethod · 0.45
createPlaylistMethod · 0.45
getmCardIdMethod · 0.45
updateCursorMethod · 0.45
closeCursorMethod · 0.45
makeAutoShuffleListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected