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

org.jruby.ext.ffi.DirectMemoryIO Maven / Gradle / Ivy


package org.jruby.ext.ffi;

public interface DirectMemoryIO extends MemoryIO {
    long getAddress();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy