Package io.lindstrom.m3u8.model
Interface ByteRange
@Immutable
public interface ByteRange
Byte Range (EXT-X-BYTERANGE)
- See Also:
- RFC 8216 - 4.3.2.2. EXT-X-BYTERANGE
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classByteRange.Builder -
Method Summary
-
Method Details
-
length
long length()- Returns:
- byte range length
-
offset
java.util.Optional<java.lang.Long> offset()- Returns:
- byte range offset
-
builder
-
of
-
of
-