org.apache.sshd.common.util
Class BufferUtils
java.lang.Object
org.apache.sshd.common.util.BufferUtils
public class BufferUtils
- extends java.lang.Object
TODO Add javadoc
- Author:
- Apache MINA SSHD Project
|
Method Summary |
static boolean |
equals(byte[] a1,
byte[] a2)
|
static boolean |
equals(byte[] a1,
int a1Offset,
byte[] a2,
int a2Offset,
int length)
|
static java.lang.String |
printHex(byte[] array)
|
static java.lang.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 |
BufferUtils
public BufferUtils()
printHex
public static java.lang.String printHex(byte[] array)
printHex
public static java.lang.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-2011 The Apache Software Foundation. All Rights Reserved.