public final class Bytes extends Object
public static final long BASE
public static final long KB
public static final long MB
public static final long GB
public static int compare(byte[] bytes1,
byte[] bytes2)
public static boolean prefixWith(byte[] bytes,
byte[] prefix)
public static boolean equals(byte[] bytes1,
byte[] bytes2)
public static String toHex(byte[] bytes)
public static byte[] fromHex(String hex)
Copyright © 2018. All rights reserved.