public class ByteUtil extends Object
| Constructor and Description |
|---|
ByteUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
bytesToHex(byte[] bytes,
int groupSize) |
static byte[] |
longToBytes(long x) |
static String |
maxString(String value,
int size) |
static String |
readLine(ActiveMQBuffer buffer) |
public static String bytesToHex(byte[] bytes, int groupSize)
public static byte[] longToBytes(long x)
public static String readLine(ActiveMQBuffer buffer)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.