示例#1
0
 @MarshalsValue
 public static Bits<?> toObject(Class<?> cls, @MachineSizedUInt long value, long flags) {
   return AsLongMarshaler.toObject(cls, value, flags);
 }
示例#2
0
 @MarshalsValue
 public static Bits<?> toObject(Class<?> cls, int value, long flags) {
   return AsLongMarshaler.toObject(cls, value & 0xffffffffL, flags);
 }