On Mon, Sep 13, 2010 at 9:02 PM, Chun Tian (binghe) binghe.lisp@gmail.com wrote:
But how can I declare java.net.DatagramPacket, whose constructor has a byte[] argument:
public DatagramPacket (byte[] buf, int offset, int length)
Just don't know how to represent "byte[]" ...
(jconstructor "java.net.DatagramPacket" "[B" "int" "int")