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 TypeMethodDescriptionboolean
BytePointer.getBool
(long i) Returns thebool
value at the i-thbyte
in the native array.char
BytePointer.getChar
(long i) Returns thechar
value at the i-thbyte
in the native array.double
BytePointer.getDouble
(long i) Returns thedouble
value at the i-thbyte
in the native array.float
BytePointer.getFloat
(long i) Returns thefloat
value at the i-thbyte
in the native array.int
BytePointer.getInt
(long i) Returns theint
value at the i-thbyte
in the native array.long
BytePointer.getLong
(long i) Returns thelong
value at the i-thbyte
in the native array.BytePointer.getPointerValue
(long i) Returns thePointer
value at the i-thbyte
in the native array.short
BytePointer.getShort
(long i) Returns theshort
value at the i-thbyte
in the native array.