Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DLocalFileRecord.java383 try (InflateSinkAdapter inflateAdapter = new InflateSinkAdapter(sink)) { in outputUncompressedData() argument
384 lfhSection.feed(dataStartOffsetInArchive, mDataSize, inflateAdapter); in outputUncompressedData()
385 long actualUncompressedSize = inflateAdapter.getOutputByteCount(); in outputUncompressedData()