http://i2p-javadocs.i2p/net/i2p/i2ptunnel/streamr/Subscriber.html
Object clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait Constructor Details Subscriber public Subscriber ( MultiSource multi) Method Details send public void send ( Destination dest,
int fromPort,
int toPort,
byte[] data) Doesn't really "send" anywhere, just subscribes or unsubscribes the destination Specified by: send in interface Sink Parameters: dest - to subscribe or unsubscribe data - must be a single byte, 0 to...