public class Diff extends Object
| Constructor and Description |
|---|
Diff() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(byte[] b1,
byte[] b2) |
static boolean |
equals(byte[] b1,
byte[] b2,
boolean ignoreLength) |
static boolean |
equals(File f1,
File f2) |
static boolean |
findDiff(byte[] b1,
byte[] b2,
boolean ignoreLength) |
public static boolean equals(File f1, File f2) throws IOException
IOExceptionpublic static boolean equals(byte[] b1,
byte[] b2)
public static boolean equals(byte[] b1,
byte[] b2,
boolean ignoreLength)
public static boolean findDiff(byte[] b1,
byte[] b2,
boolean ignoreLength)
Copyright © 2018. All Rights Reserved.