Searched refs:CountingOutputStream (Results 1 – 2 of 2) sorted by relevance
20 class CountingOutputStream extends OutputStream { class24 public CountingOutputStream(OutputStream base) { in CountingOutputStream() method in CountingOutputStream
379 CountingOutputStream outCounter, in copyFiles()773 CountingOutputStream outputJarCounter = new CountingOutputStream(signer); in write()1172 CountingOutputStream outputJarCounter = in main()1173 new CountingOutputStream(v1SignedApkBuf); in main()