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

org.teavm.classlib.java.nio.HasArrayBufferView Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package org.teavm.classlib.java.nio;

import com.github.xpenatan.gdx.backends.teavm.dom.typedarray.ArrayBufferViewWrapper;

public interface HasArrayBufferView {
    ArrayBufferViewWrapper getArrayBufferView();
    ArrayBufferViewWrapper getOriginalArrayBufferView();
    int getElementSize();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy