org.jruby.ext.ffi.jffi.IntResultConverter Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.jruby.ext.ffi.jffi;
import org.jruby.runtime.ThreadContext;
import org.jruby.runtime.builtin.IRubyObject;
/**
*
* @author wayne
*/
public interface IntResultConverter {
IRubyObject fromNative(ThreadContext context, int value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy