Class BinaryFilePatch
- java.lang.Object
-
- com.intellij.openapi.diff.impl.patch.FilePatch
-
- com.intellij.openapi.diff.impl.patch.BinaryFilePatch
-
public class BinaryFilePatch extends FilePatch
- Author:
- yole
-
-
Constructor Summary
Constructors Constructor Description BinaryFilePatch(byte[] beforeContent, byte[] afterContent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getAfterContent()
boolean
isDeletedFile()
boolean
isNewFile()
-
Methods inherited from class com.intellij.openapi.diff.impl.patch.FilePatch
getAfterFileName, getAfterName, getAfterNameRelative, getAfterVersionId, getBeforeFileName, getBeforeName, getBeforeVersionId, setAfterName, setAfterVersionId, setBeforeName, setBeforeVersionId
-
-
-
-
Method Detail
-
isDeletedFile
public boolean isDeletedFile()
- Specified by:
isDeletedFile
in classFilePatch
-
getAfterContent
public byte[] getAfterContent()
-
-