| Class | Description |
|---|---|
| AbstractRange |
Offers the option to return not the entire object, but only a designated part.
|
| ExcludeStartRange |
Take the entire object, starting from offset.
|
| FirstPartRange |
Take the first bytes of the object until -- ie not including -- position 'until'
|
| LastPartRange |
Take the last bytes of the object with a length equal to 'lastBytes'
|
| MidPartRange |
Take the object starting at 'startPos' and ending at 'endPos'
|
Copyright © 2012-2020 42 BV. All Rights Reserved.