Checks if the specified name is found. @param name name to be found @return result of check
(final byte[] name)
| 104 | * @return result of check |
| 105 | */ |
| 106 | public boolean contains(final byte[] name) { |
| 107 | return get(name) != -1; |
| 108 | } |
| 109 | |
| 110 | /** |
| 111 | * Returns the offset to the specified name. |
no test coverage detected