Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
DBsPatch.java105 final long newSize = readBsdiffLong(patchData); in applyPatchInternal()
124 final long diffSegmentLength = readBsdiffLong(patchData); in applyPatchInternal()
128 final long copySegmentLength = readBsdiffLong(patchData); in applyPatchInternal()
134 final long offsetToNextInput = readBsdiffLong(patchData); in applyPatchInternal()
227 static final long readBsdiffLong(InputStream in) throws PatchFormatException, IOException { in readBsdiffLong() method in BsPatch
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java431 long actual = BsPatch.readBsdiffLong(inputStream); in testReadBsdiffLong()
433 actual = BsPatch.readBsdiffLong(inputStream); in testReadBsdiffLong()
441 BsPatch.readBsdiffLong( in testReadBsdiffLong_Zero()
460 BsPatch.readBsdiffLong( in testReadBsdiffLong_IntegerMaxValue()
479 BsPatch.readBsdiffLong( in testReadBsdiffLong_IntegerMinValue()
498 BsPatch.readBsdiffLong( in testReadBsdiffLong_LongMaxValue()
519 BsPatch.readBsdiffLong( in testReadBsdiffLong_LongMinValueIsh()
538 BsPatch.readBsdiffLong( in testReadBsdiffLong_NegativeZero()