OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ByteArrayPool
(Results
1 - 2
of
2
) sorted by null
/external/volley/src/main/java/com/android/volley/toolbox/
ByteArrayPool.java
25
*
ByteArrayPool
is a source and repository of <code>byte[]</code> objects. Its purpose is to supply
52
public class
ByteArrayPool
{
77
public
ByteArrayPool
(int sizeLimit) {
/external/glide/library/src/main/java/com/bumptech/glide/util/
ByteArrayPool.java
10
public final class
ByteArrayPool
{
11
private static final String TAG = "
ByteArrayPool
";
19
private static final
ByteArrayPool
BYTE_ARRAY_POOL = new
ByteArrayPool
();
24
public static
ByteArrayPool
get() {
28
private
ByteArrayPool
() { }
Completed in 870 milliseconds