Package org.ghost4j
Class GhostscriptLibraryLoader
- java.lang.Object
-
- org.ghost4j.GhostscriptLibraryLoader
-
public class GhostscriptLibraryLoader extends java.lang.Object
Native Ghostscript API loader.
-
-
Constructor Summary
Constructors Constructor Description GhostscriptLibraryLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static GhostscriptLibrary
loadLibrary()
Load native library according to host OS.
-
-
-
Method Detail
-
loadLibrary
protected static GhostscriptLibrary loadLibrary()
Load native library according to host OS.- Returns:
- The loaded library.
-
-