- Sort Score
- Result 10 results
- Languages All
Results 21 - 23 of 23 for getLastModified (0.16 sec)
-
src/main/java/jcifs/smb/SmbFile.java
* * @return the last modified data as milliseconds since Jan 1, 1970 */ @Override public long getLastModified () { try { return lastModified(); } catch ( SmbException se ) { log.debug("getLastModified", se); } return 0L; } /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
} /** * Set the last modified time of the file. The time is specified as milliseconds * from Jan 1, 1970 which is the same as that which is returned by the * <tt>lastModified()</tt>, <tt>getLastModified()</tt>, and <tt>getDate()</tt> methods. * <p/> * This method does not apply to workgroups, servers, or shares. * * @param time the last modified time as milliseconds since Jan 1, 1970 */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
private boolean available; private String bodyCharset; protected void URLHandler$URLInfo(); protected void URLHandler$URLInfo(boolean, long, long, String); public final boolean isReachable(); public final long getContentLength(); public final long getLastModified(); public final String getBodyCharset(); } org/apache/ivy/util/url/URLHandler.class package org.apache.ivy.util.url; public abstract interface URLHandler { public static final URLHandler$URLInfo UNAVAILABLE; public abstract URLHandler$URLInfo...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)