package org.hwo; public class ByteArrayHelper { public ByteArrayHelper() { } public static byte[] unbox(Byte[] bytes){ byte[] t = new byte[ bytes.length ]; for (int i=0;i