Returns the last modified time. @return java.io.File#lastModified().
()
| 31 | * @return {@link java.io.File#lastModified()}. |
| 32 | */ |
| 33 | long getLastModified(); |
| 34 | |
| 35 | /** |
| 36 | * Returns the last modified time in HTTP format. |
no outgoing calls
no test coverage detected