mina 使用IoBuffer获取byte[]
/** * 获取IoBuffer len长度数据 * @param buf * @param len 长度 * @return byte[] */ public static byte[] IoBuffertoBytes(IoBuffer buf,int len){ byte[] b = new byte[len];...