step.util
Class ByteArray.Allocator

java.lang.Object
  |
  +--step.util.ByteArray.Allocator
Direct Known Subclasses:
ByteArray.StatsAllocator
Enclosing class:
ByteArray

public static class ByteArray.Allocator
extends Object


Constructor Summary
ByteArray.Allocator()
           
 
Method Summary
 byte[] alloc(int size)
           
 void free(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArray.Allocator

public ByteArray.Allocator()
Method Detail

alloc

public byte[] alloc(int size)

free

public void free(byte[] bytes)