Removed StructBuffer

This commit is contained in:
Caspian Rychlik-Prince 2002-08-16 21:53:02 +00:00
parent 44053c96a8
commit 12be603c2f
7 changed files with 1661 additions and 423 deletions

View file

@ -163,4 +163,14 @@ public final class Sys {
*/
public static native void setProcessPriority(int priority);
/**
* @return the optimum alignment for structures for use by the vector library
*/
public static native int getFastStructureAlignment();
/**
* @return the optimum alignment for structure members for use by the vector library
*/
public static native int getFastMemberAlignment();
}