Searched defs:FileTime (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DFileTime.java50 public final class FileTime class in inherits:Comparable
51 implements Comparable<FileTime>
85 private FileTime(long value, TimeUnit unit) { method in class:FileTime
93 * Returns a {@code FileTime} representing a value at the given unit of
102 * @return a {@code FileTime} representing the given value
104 public static FileTime from(long value, TimeUnit unit) {
105 return new FileTime(value, unit);
109 * Returns a {@code FileTime} representing the given value in milliseconds.
115 * @return a {@code FileTime} representing the given value
117 public static FileTime fromMilli
[all...]

Completed in 42 milliseconds