Uses of Annotation Type
org.bytedeco.javacpp.annotation.ValueGetter
Packages that use ValueGetter
-
Uses of ValueGetter in org.bytedeco.javacpp
Methods in org.bytedeco.javacpp with annotations of type ValueGetterModifier and TypeMethodDescriptionbooleanBytePointer.getBool(long i) Returns theboolvalue at the i-thbytein the native array.charBytePointer.getChar(long i) Returns thecharvalue at the i-thbytein the native array.doubleBytePointer.getDouble(long i) Returns thedoublevalue at the i-thbytein the native array.floatBytePointer.getFloat(long i) Returns thefloatvalue at the i-thbytein the native array.intBytePointer.getInt(long i) Returns theintvalue at the i-thbytein the native array.longBytePointer.getLong(long i) Returns thelongvalue at the i-thbytein the native array.BytePointer.getPointerValue(long i) Returns thePointervalue at the i-thbytein the native array.shortBytePointer.getShort(long i) Returns theshortvalue at the i-thbytein the native array.