Class BinaryFilePatch


  • public class BinaryFilePatch
    extends FilePatch
    • Constructor Detail

      • BinaryFilePatch

        public BinaryFilePatch​(int startLine,
                               byte[] beforeContent,
                               byte[] afterContent)
    • Method Detail

      • getBeforeContent

        @Nullable
        public byte[] getBeforeContent()
      • getAfterContent

        @Nullable
        public byte[] getAfterContent()