Interface FontDataInputSource

    • Method Detail

      • getLength

        long getLength()
      • readFullyAt

        void readFullyAt​(long position,
                         byte[] buffer,
                         int length)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • readAt

        int readAt​(long position)
            throws java.io.IOException
        Reads a single byte, returns -1 if the end of the stream as been reached.
        Parameters:
        position -
        Returns:
        Throws:
        java.io.IOException
      • dispose

        void dispose()
      • getFileName

        java.lang.String getFileName()
      • equals

        boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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