org.vmmagic.pragma
Annotation Type RawStorage
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface RawStorage
When applied to class this annotation indicates that the data component
of this field consists of an intrinsically managed chunk of raw memory of
the specified size. This is used as the basic building block for native
width types.
To construct types larger than those possible with RawStorage, simply
construct an type with multiple (Unboxed) fields.
lengthInWords
public abstract boolean lengthInWords
length
public abstract int length