Class 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 Detail

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

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