@FunctionalInterface public static interface S3Utils.SliceConsumer
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(int num,
      long begin,
      long end)
Performs this operation on the arguments. 
 | 
void accept(int num, long begin, long end)
num - the slice number, starting at 0begin - the begin positionend - the end position + 1Copyright © 2019 Nuxeo. All rights reserved.