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

    Constructors
    Constructor
    Description
    FontFileRecord(java.io.File file)
     
    FontFileRecord(java.lang.String filename, long fileSize, long lastAccessTime)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(java.lang.Object o)
     
    java.lang.String
     
    long
     
    long
     
    int
     

    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 class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object