net.sf.mmm.util.pool.api
Interface ByteArrayPool

All Superinterfaces:
Pool<byte[]>
All Known Implementing Classes:
ByteArrayPoolImpl, NoByteArrayPool

@ComponentSpecification
public interface ByteArrayPool
extends Pool<byte[]>

This is the interface for a Pool of byte[].

Since:
1.0.2
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 
Methods inherited from interface net.sf.mmm.util.pool.api.Pool
borrow, isEmpty, release
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.