public final class Pfm2afm extends Object
Modifier and Type | Method and Description |
---|---|
static void |
convert(RandomAccessFileOrArray in,
OutputStream out)
Converts a PFM file into an AFM file.
|
static void |
main(String[] args) |
public static void convert(RandomAccessFileOrArray in, OutputStream out) throws IOException
in
- the PFM fileout
- the AFM fileIOException
- on errorpublic static void main(String[] args)
Copyright © 2018. All rights reserved.