Searched refs:numDeltaRecords (Results 1 – 1 of 1) sorted by relevance
119 int numDeltaRecords = (int) checkRange(dataIn.readInt(), 1, 1, "num delta records"); in readPatchApplyPlan() local121 List<DeltaDescriptor> deltaDescriptors = new ArrayList<DeltaDescriptor>(numDeltaRecords); in readPatchApplyPlan()122 for (int x = 0; x < numDeltaRecords; x++) { in readPatchApplyPlan()