se.cambio.cds.util.misc
Class ByteUtils

Package class diagram package ByteUtils
java.lang.Object
  extended by se.cambio.cds.util.misc.ByteUtils

public class ByteUtils
extends Object


Constructor Summary
ByteUtils()
           
 
Method Summary
static byte[] concat(byte[] A, byte[] B)
           
static byte[] toByte(InputStream is)
           
static byte[] toBytes(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteUtils

public ByteUtils()
Method Detail

toByte

public static byte[] toByte(InputStream is)
                     throws IOException
Throws:
IOException

concat

public static byte[] concat(byte[] A,
                            byte[] B)

toBytes

public static byte[] toBytes(Object object)


Copyright © 2013 Cambio. All Rights Reserved.