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

zmq.MsgAllocatorHeap Maven / Gradle / Ivy

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

public class MsgAllocatorHeap implements MsgAllocator
{
   @Override
   public Msg allocate(int size)
   {
      return new Msg(size);
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy