Gets the string representation of this ZipEntry. This is just the name as returned by getName().
()
| 427 | * the name as returned by getName(). |
| 428 | */ |
| 429 | public String toString() |
| 430 | { |
| 431 | return name; |
| 432 | } |
| 433 | |
| 434 | /** |
| 435 | * Gets the hashCode of this ZipEntry. This is just the hashCode |
no outgoing calls
no test coverage detected