public static class FileMonitor.FileItem extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
File |
file |
byte[] |
hash |
long |
lastTime |
long |
size |
long |
specialId |
FileMonitor.Status |
status |
long |
timeUsed |
boolean |
used |
Modifier | Constructor and Description |
---|---|
|
FileItem() |
protected |
FileItem(File file) |
Modifier and Type | Method and Description |
---|---|
FileMonitor.FileItem |
clone() |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isStrictlySame(FileMonitor.FileItem item) |
String |
toString() |
public File file
public long size
public byte[] hash
public long lastTime
public long timeUsed
public boolean used
public FileMonitor.Status status
public long specialId
public FileItem()
protected FileItem(File file)
file
- public boolean isStrictlySame(FileMonitor.FileItem item)
item
- public FileMonitor.FileItem clone()
Copyright © 2009–2020 Waarp. All rights reserved.