public interface ByteBufferCleanerService
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_IMPACT |
static int |
SOME_IMPACT |
| Modifier and Type | Method and Description |
|---|---|
void |
clean(ByteBuffer buffer) |
int |
impact() |
static final int NO_IMPACT
static final int SOME_IMPACT
void clean(ByteBuffer buffer)
int impact()
Copyright © 2019. All rights reserved.