public class ByteRangeParser extends AbstractLineParser<ByteRange>
| Constructor and Description |
|---|
ByteRangeParser() |
| Modifier and Type | Method and Description |
|---|---|
ByteRange |
parse(java.lang.String attributes) |
protected java.lang.String |
writeAttributes(ByteRange byteRange) |
parse, parseAttributes, writepublic ByteRange parse(java.lang.String attributes)
protected java.lang.String writeAttributes(ByteRange byteRange)
writeAttributes in class AbstractLineParser<ByteRange>