org.glassfish.grizzly.utils
Class Utils
java.lang.Object
org.glassfish.grizzly.utils.Utils
public class Utils
- extends Object
Class contains set of useful operations commonly used in the framework
- Author:
- Alexey Stashok, Jean-Francois Arcand
Constructor Summary |
Utils()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
isDebugVM
public static boolean isDebugVM()
dumpOut
public static void dumpOut(Object text)
dumpErr
public static void dumpErr(Object text)
copy
public static byte[] copy(byte[] src)
byteBuffer2String
public static String byteBuffer2String(ByteBuffer bb)
Copyright © 2012 Oracle Corporation. All Rights Reserved.