Interface AFMParser.ValueHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void parse​(java.lang.String line, int startpos, java.util.Stack<java.lang.Object> stack)  
    • Method Detail

      • parse

        void parse​(java.lang.String line,
                   int startpos,
                   java.util.Stack<java.lang.Object> stack)
            throws java.io.IOException
        Throws:
        java.io.IOException