Class AfmParseUtilities


  • public class AfmParseUtilities
    extends java.lang.Object
    Creation-Date: 22.07.2007, 16:38:32
    Author:
    Thomas Morgner
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double parseDouble​(java.lang.String key, java.lang.String wholeLine)  
      static double[] parseDoubleArray​(java.lang.String line, int size)  
      static int parseInt​(java.lang.String key, java.lang.String wholeLine)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parseInt

        public static int parseInt​(java.lang.String key,
                                   java.lang.String wholeLine)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDouble

        public static double parseDouble​(java.lang.String key,
                                         java.lang.String wholeLine)
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDoubleArray

        public static double[] parseDoubleArray​(java.lang.String line,
                                                int size)
                                         throws java.io.IOException
        Throws:
        java.io.IOException