Back to Fresco

ByteArrayPool

docs/javadoc/reference/com/facebook/common/memory/ByteArrayPool.html

3.6.011.9 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Enums

Exceptions

Packages | Classes

Summary: Inherited Methods | [Expand All]

public interface

ByteArrayPool

implements Pool<V>

| com.facebook.common.memory.ByteArrayPool |

| Known Indirect Subclasses

GenericByteArrayPool

| GenericByteArrayPool | A pool of byte arrays. |

|

Class Overview

A pool of byte-arrays

Summary

| [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. +