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:
  • Constructor Details

    • FontFileRecord

      public FontFileRecord(File file) throws IOException
      Throws:
      IOException
    • FontFileRecord

      public FontFileRecord(String filename, long fileSize, long lastAccessTime)
  • Method Details

    • 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