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

io.vproxy.pni.NativeObject Maven / Gradle / Ivy

The newest version!
package io.vproxy.pni;

import java.lang.foreign.MemorySegment;
import java.util.Set;

public interface NativeObject {
    MemorySegment MEMORY();

    @Override
    String toString();

    void toString(StringBuilder sb, int indent, Set visited, boolean corrupted);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy