docs/javadoc/reference/com/facebook/common/memory/ByteArrayPool.html
|
|
Pool<V>
Summary: Inherited Methods | [Expand All]
public interface
implements Pool<V>
| com.facebook.common.memory.ByteArrayPool |
| Known Indirect Subclasses
| GenericByteArrayPool | A pool of byte arrays. |
|
A pool of byte-arrays
| [Expand] Inherited Methods | | --- | | From interface com.facebook.common.memory.MemoryTrimmable
| abstract void | trim(MemoryTrimType trimType) Trim memory. |
| | From interface com.facebook.common.memory.Pool
| abstract V | get(int size) Gets a 'value' of size 'S' (or larger) from the pool, if available. | | abstract void | release(V value) Releases the given value to the pool. |
| | From interface com.facebook.common.references.ResourceReleaser
| abstract void | release(T value) Release the given value. |
|
+Generated by Doclava. +