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.Serializable
Todo: Document me!
- Author:
- : Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFontFileRecord
(java.io.File file) FontFileRecord
(java.lang.String filename, long fileSize, long lastAccessTime) -
Method Summary
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FontFileRecord
public FontFileRecord(java.io.File file) throws java.io.IOException - Throws:
java.io.IOException
-
FontFileRecord
public FontFileRecord(java.lang.String filename, long fileSize, long lastAccessTime)
-
-
Method Details
-
getLastAccessTime
public long getLastAccessTime() -
getFileSize
public long getFileSize() -
getFilename
public java.lang.String getFilename() -
equals
public boolean equals(java.lang.Object o) - Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-