org.apache.qpid.transport.util
Class Functions

java.lang.Object
  extended by org.apache.qpid.transport.util.Functions

public class Functions
extends Object

Functions


Constructor Summary
Functions()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Functions

public Functions()
Method Detail

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