@FunctionalInterface public static interface ResourceList.ByteBufferConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(Resource resource,
ByteBuffer byteBuffer)
|
void accept(Resource resource, ByteBuffer byteBuffer)
resource
- The Resource
whose content is reflected in the ByteBuffer
.byteBuffer
- The ByteBuffer
mapped to the resource.Copyright © 2022. All rights reserved.