Class BinaryPatchContentParser
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.diff.BinaryPatchContentParser
-
public class BinaryPatchContentParser extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BinaryPatchContentParser.EofBinaryPatchSyntaxException
-
Constructor Summary
Constructors Constructor Description BinaryPatchContentParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FilePatch
readGitBinaryFormatPatch(int startLineNum, ListIterator<String> iterator, FileStatus parsedStatus)
-
-
-
Method Detail
-
readGitBinaryFormatPatch
@NotNull public static FilePatch readGitBinaryFormatPatch(int startLineNum, @NotNull ListIterator<String> iterator, @NotNull FileStatus parsedStatus) throws PatchSyntaxException
- Throws:
PatchSyntaxException
-
-