Searched defs:dataSource (Results 1 – 6 of 6) sorted by relevance
339 private CloseableWithDataSource(DataSource dataSource, Closeable closeable) { in CloseableWithDataSource()344 public static CloseableWithDataSource of(DataSource dataSource) { in of()348 public static CloseableWithDataSource of(DataSource dataSource, Closeable closeable) { in of()
36 DataSource[] dataSource; field in ApkSigningBlockUtilsTest
222 private void digestDataByChunks(DataSource dataSource, DataSink dataSink) throws IOException { in digestDataByChunks()
1171 public void signV4(DataSource dataSource, File outputFile, boolean ignoreFailures) in signV4()1191 public byte[] produceV4Signature(DataSource dataSource, OutputStream sigOutput) in produceV4Signature()
151 public static SigningCertificateLineage readFromDataSource(DataSource dataSource) in readFromDataSource()
643 public static VerityTreeAndDigest computeChunkVerityTreeAndDigest(DataSource dataSource) in computeChunkVerityTreeAndDigest()