Class WhisperModelLoader.ReadFunction

java.lang.Object
io.github.ggerganov.whispercpp.model.WhisperModelLoader.ReadFunction
All Implemented Interfaces:
com.sun.jna.Callback
Enclosing class:
WhisperModelLoader

public static class WhisperModelLoader.ReadFunction extends Object implements com.sun.jna.Callback
  • 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sun.jna.Pointer
    invoke(com.sun.jna.Pointer ctx, com.sun.jna.Pointer output, int readSize)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)