MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / reset

Method reset

src/bin/mt/apksign/data/DataSource.java:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 void reset() throws IOException;
21
22 void copyTo(OutputStream os, long length) throws IOException;
23

Callers 4

signMethod · 0.95
saltedDigestMethod · 0.65
resetMethod · 0.65
resetMethod · 0.65

Implementers 3

ByteArrayDataSourcesrc/bin/mt/apksign/data/ByteArrayDataS
ChainedDataSourcesrc/bin/mt/apksign/data/ChainedDataSou
FileDataSourcesrc/bin/mt/apksign/data/FileDataSource

Calls

no outgoing calls

Tested by

no test coverage detected