| Package | Description |
|---|---|
| io.appulse.utils |
| Modifier and Type | Method and Description |
|---|---|
BytesPool.PooledBytes |
BytesPool.acquire()
Return the pooled bytes buffer.
|
BytesPool.PooledBytes |
BytesPool.acquire(int minSize)
Return the pooled bytes buffer with guaranteed minimal size.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BytesPool.release(@NonNull BytesPool.PooledBytes buffer)
Release the acquired bytes buffer.
|
Copyright © 2019 Appulse. All rights reserved.