| java.lang.Object org.h2.util.ByteUtils
ByteUtils | public class ByteUtils (Code) | | This utility class contains functions related to byte arrays.
|
clear | public static void clear(byte[] buff)(Code) | | |
cloneByteArray | public static byte[] cloneByteArray(byte[] b)(Code) | | |
compareNotNull | public static int compareNotNull(byte[] data1, byte[] data2)(Code) | | |
compareSecure | public static boolean compareSecure(byte[] test, byte[] good)(Code) | | |
convertBinStringToBytes | public static byte[] convertBinStringToBytes(String data)(Code) | | |
convertBytesToString | public static String convertBytesToString(byte[] value)(Code) | | |
convertBytesToString | public static String convertBytesToString(byte[] value, int len)(Code) | | |
convertToBinString | public static String convertToBinString(byte[] buff)(Code) | | |
copy | public static byte[] copy(byte[] source, byte[] target)(Code) | | |
getByteArrayHash | public static int getByteArrayHash(byte[] value)(Code) | | |
indexOf | public static int indexOf(byte[] bytes, byte[] pattern, int start)(Code) | | |
readInt | public static int readInt(byte[] buff, int pos)(Code) | | |
readLong | public static long readLong(byte[] buff, int pos)(Code) | | |
|
|