Class WhisperModelLoader.ReadFunction
java.lang.Object
io.github.ggerganov.whispercpp.model.WhisperModelLoader.ReadFunction
- All Implemented Interfaces:
com.sun.jna.Callback
- Enclosing class:
- WhisperModelLoader
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.jna.Pointerinvoke(com.sun.jna.Pointer ctx, com.sun.jna.Pointer output, int readSize)
-
Constructor Details
-
ReadFunction
public ReadFunction()
-
-
Method Details
-
invoke
public com.sun.jna.Pointer invoke(com.sun.jna.Pointer ctx, com.sun.jna.Pointer output, int readSize)
-