Package org.ghost4j
Interface GhostscriptLibrary.stderr_fn
-
- All Superinterfaces:
com.sun.jna.AltCallingConvention,com.sun.jna.Callback,com.sun.jna.win32.StdCall,com.sun.jna.win32.StdCallLibrary.StdCallCallback
- Enclosing interface:
- GhostscriptLibrary
public static interface GhostscriptLibrary.stderr_fn extends com.sun.jna.win32.StdCallLibrary.StdCallCallbackCallback called to provide a custom error output to Ghostscript. str holds output characters. len is the length for str.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcallback(com.sun.jna.Pointer caller_handle, java.lang.String str, int len)
-