@FunctionalInterface public static interface StorageDataFileItemIterator.ItemProcessor
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(long address,
long remaninigBufferedData)
Processes the entity at the given address for the passed availableEntityLength.
|
boolean accept(long address,
long remaninigBufferedData)
address - the address at which the entity data is located (starting with the entity header).remaninigBufferedData - the remaining entity data in the buffer, potentially less then the actual entity length.Copyright © 2022 MicroStream Software. All rights reserved.