com.bubble.utils
Class BinaryUtils
java.lang.Object
com.bubble.utils.BinaryUtils
- public class BinaryUtils
- extends java.lang.Object
Method Summary |
static void |
dump(byte[] array)
|
static void |
dump(byte[] array,
int index,
int length)
|
static void |
dumpFile(java.lang.String filename)
|
static java.lang.String |
toHex(byte value)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryUtils
public BinaryUtils()
dump
public static void dump(byte[] array)
dump
public static void dump(byte[] array,
int index,
int length)
toHex
public static java.lang.String toHex(byte value)
dumpFile
public static void dumpFile(java.lang.String filename)
throws java.io.IOException
- Throws:
java.io.IOException
Faster Java Serialization.
Copyright (C) 2006 Leonardo Bubble Mesquita.