All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 - 2024 Weber Informatics LLC | Privacy Policy