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

zmq.msg.MsgAllocator Maven / Gradle / Ivy

The newest version!
package zmq.msg;

import zmq.Msg;

public interface MsgAllocator
{
    Msg allocate(int size);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy