public final class Functions extends Object
Modifier and Type | Method and Description |
---|---|
static String |
hex(byte[] bytes,
int limit) |
static String |
hex(byte[] bytes,
int limit,
CharSequence separator) |
static String |
hex(QpidByteBuffer bytes,
int limit) |
static String |
hex(QpidByteBuffer bytes,
int limit,
CharSequence separator) |
static byte |
lsb(int i) |
static byte |
lsb(long l) |
static int |
mod(int n,
int m) |
static String |
str(byte[] bytes) |
static String |
str(byte[] bytes,
int limit) |
static String |
str(ByteBuffer buf) |
static String |
str(ByteBuffer buf,
int limit) |
static String |
str(ByteBuffer buf,
int limit,
int start) |
static String |
str(Collection<QpidByteBuffer> buf,
int limit) |
static String |
str(Collection<QpidByteBuffer> buf,
int limit,
int start) |
static String |
str(QpidByteBuffer buf) |
static String |
str(QpidByteBuffer buf,
int limit) |
static String |
str(QpidByteBuffer buf,
int limit,
int start) |
public static final int mod(int n, int m)
public static final byte lsb(int i)
public static final byte lsb(long l)
public static final String str(ByteBuffer buf)
public static final String str(ByteBuffer buf, int limit)
public static final String str(ByteBuffer buf, int limit, int start)
public static final String str(QpidByteBuffer buf)
public static final String str(QpidByteBuffer buf, int limit)
public static final String str(Collection<QpidByteBuffer> buf, int limit, int start)
public static final String str(Collection<QpidByteBuffer> buf, int limit)
public static final String str(QpidByteBuffer buf, int limit, int start)
public static final String str(byte[] bytes)
public static final String str(byte[] bytes, int limit)
public static String hex(byte[] bytes, int limit)
public static String hex(QpidByteBuffer bytes, int limit)
public static String hex(byte[] bytes, int limit, CharSequence separator)
public static String hex(QpidByteBuffer bytes, int limit, CharSequence separator)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.