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

tfw.immutable.ila.shortila.ShortIla Maven / Gradle / Ivy

Go to download

The FrameWork for building highly scalable and maintainable applications

The newest version!
package tfw.immutable.ila.shortila;

import java.io.IOException;
import tfw.immutable.ila.ImmutableLongArray;

public interface ShortIla extends ImmutableLongArray {
    void get(final short[] array, final int arrayOffset, final long ilaStart, int length) throws IOException;
}
// AUTO GENERATED FROM TEMPLATE




© 2015 - 2024 Weber Informatics LLC | Privacy Policy