Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
DPatchReader.java108 int nowrapInt = (int) checkRange(dataIn.readUnsignedByte(), 0, 1, "recompression nowrap"); in readPatchApplyPlan() local
113 JreDeflateParameters.of(level, strategy, nowrapInt == 0 ? false : true)); in readPatchApplyPlan()