Searched refs:CountingOutputStream (Results 1 – 9 of 9) sorted by relevance
34 private CountingOutputStream stream;59 stream = new CountingOutputStream(outBuffer); in setup()83 stream = new CountingOutputStream(new NullStream()); in testGetNumBytesWritten_PastIntegerMaxValue()
23 class CountingOutputStream extends FinishableOutputStream { class27 public CountingOutputStream(OutputStream out) { in CountingOutputStream() method in CountingOutputStream
20 private final CountingOutputStream outCounted;36 outCounted = new CountingOutputStream(out); in BlockOutputStream()
24 public class CountingOutputStream extends FilterOutputStream { class34 public CountingOutputStream(OutputStream out) { in CountingOutputStream() method in CountingOutputStream
35 private final CountingOutputStream out;70 this.out = new CountingOutputStream(out); in PartiallyUncompressingPipe()
34 public final class CountingOutputStream extends FilterOutputStream { class43 public CountingOutputStream(@Nullable OutputStream out) { in CountingOutputStream() method in CountingOutputStream
31 CountingOutputStream counter = new CountingOutputStream(out); in testCount()
72 private static class CountingOutputStream extends OutputStream { class in RezipApk76 public CountingOutputStream(OutputStream out) { in CountingOutputStream() method in RezipApk.CountingOutputStream298 JarFile in, JarOutputStream out, CountingOutputStream countOut, in rezip()435 CountingOutputStream outCount = new CountingOutputStream(outputFile); in main()
16 src/org/tukaani/xz/CountingOutputStream.java