Package org.ghost4j

Interface GhostscriptLibrary.stdout_fn

  • All Superinterfaces:
    com.sun.jna.Callback
    Enclosing interface:
    GhostscriptLibrary

    public static interface GhostscriptLibrary.stdout_fn
    extends com.sun.jna.Callback
    Callback called to provide a custom output to Ghostscript. Important: The output is not the resulting file, but the output of the Postscript interpreter. str holds output characters. len is the length for str.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.sun.jna.Callback

        com.sun.jna.Callback.UncaughtExceptionHandler
    • Field Summary

      • Fields inherited from interface com.sun.jna.Callback

        FORBIDDEN_NAMES, METHOD_NAME
    • Method Detail

      • callback

        int callback​(com.sun.jna.Pointer caller_handle,
                     java.lang.String str,
                     int len)