public TrackingGZIPInputStream()

in src/android/FileTransfer.java [123:126]


      public TrackingGZIPInputStream(final ExposedGZIPInputStream gzin) throws IOException {
        super(gzin);
        this.gzin = gzin;
      }