public class WindowsFileStat extends java.lang.Object implements WindowsFileInfo
FileInfo.Type| Constructor and Description |
|---|
WindowsFileStat(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
details(int type,
long size,
long lastModifiedWinTime) |
long |
getLastModifiedTime()
Returns the last modification time of this file, in ms since epoch.
|
long |
getSize()
Returns the size of this file, in bytes.
|
FileInfo.Type |
getType()
Returns the type of this file.
|
java.lang.String |
toString() |
public void details(int type,
long size,
long lastModifiedWinTime)
public java.lang.String toString()
toString in class java.lang.Objectpublic FileInfo.Type getType()
FileInfopublic long getSize()
FileInfopublic long getLastModifiedTime()
FileInfogetLastModifiedTime in interface FileInfo