plumbing/pack_file_delta library
Classes
Functions
-
chooseMatch(
List< int> source, List<int> sourcePositions, List<int> target, int targetPos) → _Match -
diffDelta(
Uint8List base, Uint8List target) → Uint8List -
emitCopy(
List< int?> opcodes, Uint8List source, int offset, int len) → List<int?> -
emitInsert(
Uint8List opcodes, Uint8List buffer, int length) → Uint8List -
patchDelta(
Uint8List base, Uint8List delta) → Uint8List -
sliceBlock(
List< int> buffer, int pos) → List<int>