jeromq
jeromq copied to clipboard
ZMsg/ZFrame should support byte[] buf, int ofs, int len
Related to #47: even if ByteBuffers are not supported, there is no way to send a portion of a byte[] array using ZMsg.add() or the ZFrame constructor.
The standard approach in Java is to take the argument triple (byte[] buf, int ofs, int len), representing the range buf[ofs] : buf[ofs+len-1]