public class FontFileRecord extends Object implements Serializable
| Constructor and Description |
|---|
FontFileRecord(File file) |
FontFileRecord(String filename,
long fileSize,
long lastAccessTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFilename() |
long |
getFileSize() |
long |
getLastAccessTime() |
int |
hashCode() |
public FontFileRecord(File file) throws IOException
IOExceptionpublic FontFileRecord(String filename, long fileSize, long lastAccessTime)