| Package | Description |
|---|---|
| org.javaswift.joss.headers.object.range | |
| org.javaswift.joss.instructions |
| Modifier and Type | Class and Description |
|---|---|
class |
ExcludeStartRange
Take the entire object, starting from offset.
|
class |
FirstPartRange
Take the first bytes of the object until -- ie not including -- position 'until'
|
class |
LastPartRange
Take the last bytes of the object with a length equal to 'lastBytes'
|
class |
MidPartRange
Take the object starting at 'startPos' and ending at 'endPos'
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRange |
DownloadInstructions.getRange() |
| Modifier and Type | Method and Description |
|---|---|
DownloadInstructions |
DownloadInstructions.setRange(AbstractRange range)
Return the part of the content designated by the
AbstractRange class. |
Copyright © 2012-2020 42 BV. All Rights Reserved.