Package org.ghost4j
Interface GhostscriptLibrary.stdin_fn
-
- All Superinterfaces:
com.sun.jna.Callback
- Enclosing interface:
- GhostscriptLibrary
public static interface GhostscriptLibrary.stdin_fn extends com.sun.jna.Callback
Callback called to provide a custom input to Ghostscript. buf is a pointer to a char array. len is the length of the char array.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
callback(com.sun.jna.Pointer caller_handle, com.sun.jna.Pointer buf, int len)
-