tfw.immutable.ila.shortila.ShortIla Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tfw Show documentation
Show all versions of tfw Show documentation
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