Method
getLength
Returns the length of the valid data currently in the buffer @return length of valid data
()
Source from the content-addressed store, hash-verified
| 66 | * @return length of valid data |
| 67 | */ |
| 68 | public int getLength() { |
| 69 | return count; |
| 70 | } |
| 71 | |
| 72 | } |
Tested by
no test coverage detected