Searched refs:cachePosition (Results 1 – 9 of 9) sorted by relevance
62 private int cachePosition = 0; field in ChunkedOutputStream101 if (this.cachePosition > 0) { in flushCache()102 this.out.writeLine(Integer.toHexString(this.cachePosition)); in flushCache()103 this.out.write(this.cache, 0, this.cachePosition); in flushCache()105 this.cachePosition = 0; in flushCache()118 this.out.writeLine(Integer.toHexString(this.cachePosition + len)); in flushCacheWithAppend()119 this.out.write(this.cache, 0, this.cachePosition); in flushCacheWithAppend()122 this.cachePosition = 0; in flushCacheWithAppend()149 this.cache[this.cachePosition] = (byte) b; in write()150 this.cachePosition++; in write()[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...