Class FontFileRecord
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.registry.FontFileRecord
-
- All Implemented Interfaces:
java.io.Serializable
public class FontFileRecord extends java.lang.Object implements java.io.SerializableTodo: Document me!- Author:
- : Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FontFileRecord(java.io.File file)FontFileRecord(java.lang.String filename, long fileSize, long lastAccessTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetFilename()longgetFileSize()longgetLastAccessTime()inthashCode()
-
-
-
Method Detail
-
getLastAccessTime
public long getLastAccessTime()
-
getFileSize
public long getFileSize()
-
getFilename
public java.lang.String getFilename()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-