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

org.python.modules.jffi.DirectMemory Maven / Gradle / Ivy


package org.python.modules.jffi;

public interface DirectMemory extends Memory {
    long getAddress();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy