Interface FontDataInputSource

    • Method Detail

      • getLength

        long getLength()
      • readFullyAt

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

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

        void dispose()
      • getFileName

        String getFileName()