public class RangeReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Range> |
read(String rangeHeader)
Parse the Range header and returns the list of corresponding Range objects.
|
static void |
update(String value,
Representation representation)
Parse the Content-Range header value and update the given representation.
|
public static void update(String value, Representation representation)
value - Content-range header.representation - Representation to update.Copyright © 2005–2025. All rights reserved.