Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
java.io.File#lastModified()Mac Os X はミリ秒単位の情報をメソッドに返さないことに気付きました。
java.io.File#lastModified()
long 値は丸められるため、最も具体的な種類の情報はDateTimeオブジェクトへの転送後の 2 番目です。
DateTime
これらの情報を別の方法で取得する方法はありますかjava.nio.file.Files#readAttributes(Path,Class,LinkOption[])、またはメソッドを介して、またはミリ秒を区別できるようにしたいですか?
java.nio.file.Files#readAttributes(Path,Class,LinkOption[])