Parses the byte chunk content as a long integer. @return the parsed long value
()
| 666 | * @return the parsed long value |
| 667 | */ |
| 668 | public long getLong() { |
| 669 | return Ascii.parseLong(buff, start, end - start); |
| 670 | } |
| 671 | |
| 672 | |
| 673 | // -------------------- equals -------------------- |