Uses of Annotation Interface
org.bytedeco.javacpp.annotation.ValueGetter

Packages that use ValueGetter
Package
Description
Contains the main set of classes for JavaCPP at runtime.
  • Uses of ValueGetter in org.bytedeco.javacpp

    Methods in org.bytedeco.javacpp with annotations of type ValueGetter
    Modifier and Type
    Method
    Description
    boolean
    BytePointer.getBool(long i)
    Returns the bool value at the i-th byte in the native array.
    char
    BytePointer.getChar(long i)
    Returns the char value at the i-th byte in the native array.
    double
    BytePointer.getDouble(long i)
    Returns the double value at the i-th byte in the native array.
    float
    BytePointer.getFloat(long i)
    Returns the float value at the i-th byte in the native array.
    int
    BytePointer.getInt(long i)
    Returns the int value at the i-th byte in the native array.
    long
    BytePointer.getLong(long i)
    Returns the long value at the i-th byte in the native array.
    BytePointer.getPointerValue(long i)
    Returns the Pointer value at the i-th byte in the native array.
    short
    BytePointer.getShort(long i)
    Returns the short value at the i-th byte in the native array.