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
381 CountingOutputStream outCounter, in copyFiles()775 CountingOutputStream outputJarCounter = new CountingOutputStream(signer); in write()1189 CountingOutputStream outputJarCounter = in main()1190 new CountingOutputStream(v1SignedApkBuf); in main()