public class BufferUtils
extends java.lang.Object
| Constructor and Description |
|---|
BufferUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(byte[] a1,
byte[] a2) |
static boolean |
equals(byte[] a1,
int a1Offset,
byte[] a2,
int a2Offset,
int length) |
static java.lang.String |
printHex(byte[] array) |
static java.lang.String |
printHex(byte[] array,
int offset,
int len) |
static java.lang.String |
printHex(byte[] array,
int offset,
int len,
char sep) |
public static java.lang.String printHex(byte[] array)
public static java.lang.String printHex(byte[] array,
int offset,
int len)
public static java.lang.String printHex(byte[] array,
int offset,
int len,
char sep)
public static boolean equals(byte[] a1,
byte[] a2)
public static boolean equals(byte[] a1,
int a1Offset,
byte[] a2,
int a2Offset,
int length)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.