Package | Description |
---|---|
com.devexperts.io |
Provides input/output utility classes.
|
Modifier and Type | Field and Description |
---|---|
static ChunkPool |
ChunkPool.DEFAULT
Default pool instance with default parameters.
|
Modifier and Type | Field and Description |
---|---|
protected WeakReference<ChunkPool> |
ChunkList.poolReference |
protected WeakReference<ChunkPool> |
Chunk.poolReference |
Modifier and Type | Method and Description |
---|---|
ChunkPool |
ChunkList.getPool()
Returns chunk pool that this chunk list was allocated from or
null if none. |
ChunkPool |
Chunk.getPool()
Returns chunk pool that this chunk was allocated from or
null if none. |
Constructor and Description |
---|
Chunk(ChunkPool pool,
byte[] bytes,
Object owner)
Constructs a new chunk of specified owner that wraps given byte array.
|
ChunkedInput(ChunkPool pool)
Constructs new chunked input with a specified pool to acquire chunk list from..
|
ChunkedOutput(ChunkPool pool)
Constructs new chunked output with a specified pool.
|
ChunkList(ChunkPool pool,
Object owner)
Constructs new chunk list of specified owner corresponding
to a specified
pool . |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.