org.pentaho.reporting.libraries.fonts.registry
Class FontFileRecord
java.lang.Object
org.pentaho.reporting.libraries.fonts.registry.FontFileRecord
- All Implemented Interfaces:
- Serializable
public class FontFileRecord
- extends Object
- implements Serializable
Todo: Document me!
- Author:
- : Thomas Morgner
- See Also:
- Serialized Form
FontFileRecord
public FontFileRecord(File file)
throws IOException
- Throws:
IOException
FontFileRecord
public FontFileRecord(String filename,
long fileSize,
long lastAccessTime)
getLastAccessTime
public long getLastAccessTime()
getFileSize
public long getFileSize()
getFilename
public String getFilename()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object