public class BufferChunkList extends Object
Constructor and Description |
---|
BufferChunkList() |
Modifier and Type | Method and Description |
---|---|
void |
add(BufferChunk value) |
void |
clear() |
BufferChunk |
get() |
BufferChunk |
get(int chunk)
Get the nth element of the list
|
public void add(BufferChunk value)
public BufferChunk get()
public BufferChunk get(int chunk)
chunk
- the element number to get from 0public void clear()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.