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:
- 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 boolean
equals(java.lang.Object o)
java.lang.String
getFilename()
long
getFileSize()
long
getLastAccessTime()
int
hashCode()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-