|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jnetpcap.util.DataUtils
public class DataUtils
Various data manipulation utilities.
| Constructor Summary | |
|---|---|
DataUtils()
|
|
| Method Summary | |
|---|---|
static byte[] |
diff(byte[] b1,
byte[] b2)
Returns the difference between b1 and b2. |
static byte[] |
diff(byte[] b1,
JBuffer b2)
Returns the difference between b1 and b2. |
static byte[] |
diff(JBuffer b1,
JBuffer b2)
Returns the difference between b1 and b2. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataUtils()
| Method Detail |
|---|
public static byte[] diff(JBuffer b1,
JBuffer b2)
b1 - b2 -
public static byte[] diff(byte[] b1,
JBuffer b2)
b1 - b2 -
public static byte[] diff(byte[] b1,
byte[] b2)
b1 - b2 -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||