final class SerializableFileTime extends Object implements Serializable
FileTime and allows it to be Serializable.
Serialization is deprecated and will be removed in 3.0.
| Modifier and Type | Field and Description |
|---|---|
(package private) static SerializableFileTime |
EPOCH |
| Constructor and Description |
|---|
SerializableFileTime(FileTime fileTime) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FileTime other) |
boolean |
equals(Object obj) |
int |
hashCode() |
(package private) long |
to(TimeUnit unit) |
(package private) java.time.Instant |
toInstant() |
(package private) long |
toMillis() |
String |
toString() |
(package private) FileTime |
unwrap() |
static final SerializableFileTime EPOCH
SerializableFileTime(FileTime fileTime)