public class BytesCache extends Object
| Constructor and Description |
|---|
BytesCache(String logTag) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
allocate(int minSize) |
static BytesCache |
getInstance() |
void |
put(byte[] data) |
public BytesCache(String logTag)
public static BytesCache getInstance()
public void put(byte[] data)
public byte[] allocate(int minSize)
Copyright © 2017. All rights reserved.