Class Pfm2afm


  • public final class Pfm2afm
    extends java.lang.Object
    Converts a PFM file into an AFM file.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void convert​(RandomAccessFileOrArray in, java.io.OutputStream out)
      Converts a PFM file into an AFM file.
      • Methods inherited from class java.lang.Object

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

      • convert

        public static void convert​(RandomAccessFileOrArray in,
                                   java.io.OutputStream out)
                            throws java.io.IOException
        Converts a PFM file into an AFM file.
        Parameters:
        in - the PFM file
        out - the AFM file
        Throws:
        java.io.IOException - on error