public int send(byte[] b, int flags) { final Msg msg = new Msg(b); if (socketBase.send(msg, flags)) { return msg.size(); } mayRaise(); return -1; }