| Package | Description |
|---|---|
| umich.ms.fileio.chunk | |
| umich.ms.fileio.filetypes.util | |
| umich.ms.util | |
| umich.ms.util.base64 |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayHolder |
FileChunk.getBah() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.ObjectPool<ByteArrayHolder> |
FileChunk.getPool() |
org.apache.commons.pool2.impl.SoftReferenceObjectPool<ByteArrayHolder> |
ChunkedFile.getPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileChunk.setBah(ByteArrayHolder bah) |
void |
FileChunk.setBah(ByteArrayHolder bah,
org.apache.commons.pool2.ObjectPool<ByteArrayHolder> pool)
Sets the byte[] and indicates which pool this array is from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileChunk.setBah(ByteArrayHolder bah,
org.apache.commons.pool2.ObjectPool<ByteArrayHolder> pool)
Sets the byte[] and indicates which pool this array is from.
|
void |
FileChunk.setPool(org.apache.commons.pool2.ObjectPool<ByteArrayHolder> pool) |
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayHolder |
ZlibInflater.zlibUncompressBuffer(byte[] compressed,
Integer uncompressedLen)
Convenience method for
ZlibInflater.zlibUncompressBuffer(byte[], int, Integer). |
static ByteArrayHolder |
ZlibInflater.zlibUncompressBuffer(byte[] bytes,
int length,
Integer uncompressedLen)
Inflates zLib compressed byte[].
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.pool2.ObjectPool<ByteArrayHolder> |
ZlibInflater.getPool()
The ByteArrayHolder pool, that this decoder is using.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArrayHolder |
ByteArrayHolderFactory.create() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.ObjectPool<ByteArrayHolder> |
PooledByteArrayHolders.getPool() |
org.apache.commons.pool2.PooledObject<ByteArrayHolder> |
ByteArrayHolderFactory.wrap(ByteArrayHolder obj) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.PooledObject<ByteArrayHolder> |
ByteArrayHolderFactory.wrap(ByteArrayHolder obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteArrayHolderFactory.activateObject(org.apache.commons.pool2.PooledObject<ByteArrayHolder> p) |
void |
ByteArrayHolderFactory.passivateObject(org.apache.commons.pool2.PooledObject<ByteArrayHolder> p) |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.pool2.ObjectPool<ByteArrayHolder> |
Base64ContextPooled.pool |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayHolder |
Base64Context.readResults() |
Copyright © 2017. All rights reserved.