Home
last modified time | relevance | path

Searched refs:getOutputByteCount (Results 1 – 1 of 1) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DLocalFileRecord.java385 long actualUncompressedSize = inflateAdapter.getOutputByteCount(); in outputUncompressedData()
516 public long getOutputByteCount() { in getOutputByteCount() method in LocalFileRecord.InflateSinkAdapter