Java java.nio.file.attribute FileTime fields, constructors, methods, implement or subclass

Example usage for Java java.nio.file.attribute FileTime fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio.file.attribute FileTime.

The text is from its open source code.

Method

intcompareTo(FileTime other)
Compares the value of two FileTime objects for order.
booleanequals(Object obj)
Tests this FileTime for equality with the given object.
FileTimefrom(long value, TimeUnit unit)
Returns a FileTime representing a value at the given unit of granularity.
FileTimefrom(Instant instant)
Returns a FileTime representing the same point of time value on the time-line as the provided Instant object.
FileTimefromMillis(long value)
Returns a FileTime representing the given value in milliseconds.
inthashCode()
Computes a hash code for this file time.
longto(TimeUnit unit)
Returns the value at the given unit of granularity.
InstanttoInstant()
Converts this FileTime object to an Instant .
longtoMillis()
Returns the value in milliseconds.
StringtoString()
Returns the string representation of this FileTime .