public abstract static class Buffer.Config<T extends Buffer,C extends Buffer.Config>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxBufferSize |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
createInstance() |
int |
getMaxBufferSize() |
C |
setMaxBufferSize(int maxBufferSize) |
java.lang.String |
toString() |