Uses of Annotation Interface
org.bytedeco.javacpp.annotation.ValueSetter
Packages that use ValueSetter
-
Uses of ValueSetter in org.bytedeco.javacpp
Methods in org.bytedeco.javacpp with annotations of type ValueSetterModifier and TypeMethodDescriptionBytePointer.putBool
(long i, boolean b) Sets thebool
value at the i-thbyte
in the native array.BytePointer.putChar
(long i, char c) Sets thechar
value at the i-thbyte
in the native array.BytePointer.putDouble
(long i, double d) Sets thedouble
value at the i-thbyte
in the native array.BytePointer.putFloat
(long i, float f) Sets thefloat
value at the i-thbyte
in the native array.BytePointer.putInt
(long i, int j) Sets theint
value at the i-thbyte
in the native array.BytePointer.putLong
(long i, long j) Sets thelong
value at the i-thbyte
in the native array.BytePointer.putPointerValue
(long i, Pointer p) Sets thePointer
value at the i-thbyte
in the native array.BytePointer.putShort
(long i, short s) Sets theshort
value at the i-thbyte
in the native array.