Uses of Annotation Type
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 theboolvalue at the i-thbytein the native array.BytePointer.putChar(long i, char c) Sets thecharvalue at the i-thbytein the native array.BytePointer.putDouble(long i, double d) Sets thedoublevalue at the i-thbytein the native array.BytePointer.putFloat(long i, float f) Sets thefloatvalue at the i-thbytein the native array.BytePointer.putInt(long i, int j) Sets theintvalue at the i-thbytein the native array.BytePointer.putLong(long i, long j) Sets thelongvalue at the i-thbytein the native array.BytePointer.putPointerValue(long i, Pointer p) Sets thePointervalue at the i-thbytein the native array.BytePointer.putShort(long i, short s) Sets theshortvalue at the i-thbytein the native array.