com.epam.fix.message
Class ByteArrayPool

java.lang.Object
  extended by com.epam.fix.message.ByteArrayPool

public class ByteArrayPool
extends Object

User: Mykhailo_Sereda Date: 26.11.12 Time: 16:51


Constructor Summary
ByteArrayPool()
           
 
Method Summary
static byte[] getByteArrayFromPool(int size)
           
static void returnObj(byte[] arr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayPool

public ByteArrayPool()
Method Detail

getByteArrayFromPool

public static byte[] getByteArrayFromPool(int size)

returnObj

public static void returnObj(byte[] arr)


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.