All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zmq.IDecoder Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package zmq;

import java.nio.ByteBuffer;

public interface IDecoder
{
    public void set_msg_sink (IMsgSink msg_sink);
    
    public ByteBuffer get_buffer ();
    
    public int process_buffer(ByteBuffer buf_, int size_);
    
    public boolean stalled ();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy