org.apache.qpid.transport.util
Class Functions
java.lang.Object
org.apache.qpid.transport.util.Functions
public class Functions
- extends Object
Functions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Functions
public Functions()
mod
public static final int mod(int n,
int m)
lsb
public static final byte lsb(int i)
lsb
public static final byte lsb(long l)
str
public static final String str(ByteBuffer buf)
str
public static final String str(ByteBuffer buf,
int limit)
str
public static final String str(ByteBuffer buf,
int limit,
int start)
str
public static final String str(byte[] bytes)
str
public static final String str(byte[] bytes,
int limit)
Licensed to the Apache Software Foundation