Returns the list of range entries. @return an unmodifiable list of range entries
()
| 56 | * @return an unmodifiable list of range entries |
| 57 | */ |
| 58 | public List<Entry> getEntries() { |
| 59 | return entries; |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Returns the range units (e.g., "bytes"). |
no outgoing calls