org.apache.sshd.common.util
Class BufferUtils

java.lang.Object
  extended by org.apache.sshd.common.util.BufferUtils

public class BufferUtils
extends Object

TODO Add javadoc

Author:
Apache MINA SSHD Project

Constructor Summary
BufferUtils()
           
 
Method Summary
static boolean equals(byte[] a1, byte[] a2)
           
static boolean equals(byte[] a1, int a1Offset, byte[] a2, int a2Offset, int length)
           
static String printHex(byte[] array)
           
static String printHex(byte[] array, int offset, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferUtils

public BufferUtils()
Method Detail

printHex

public static String printHex(byte[] array)

printHex

public static String printHex(byte[] array,
                              int offset,
                              int len)

equals

public static boolean equals(byte[] a1,
                             byte[] a2)

equals

public static boolean equals(byte[] a1,
                             int a1Offset,
                             byte[] a2,
                             int a2Offset,
                             int length)


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.