Uses of Class
org.bytedeco.javacpp.indexer.Raw

Packages that use Raw
Package
Description
Contains classes for multidimensional access of arrays and buffers.
  • Uses of Raw in org.bytedeco.javacpp.indexer

    Modifier and Type
    Class
    Description
    (package private) class 
    A raw memory interface based on UnsafeRaw that swaps the bytes.
    (package private) class 
    The raw memory interface based on Unsafe.
    Fields in org.bytedeco.javacpp.indexer declared as Raw
    Modifier and Type
    Field
    Description
    (package private) static final Raw
     
    protected static final Raw
    Bfloat16RawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    BooleanRawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    ByteArrayIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    ByteRawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    CharRawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    DoubleRawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    FloatRawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    HalfRawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    IntRawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    LongRawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    ShortRawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    UByteRawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    UIntRawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    ULongRawIndexer.RAW
    The instance for the raw memory interface.
    protected static final Raw
    UShortRawIndexer.RAW
    The instance for the raw memory interface.
    Methods in org.bytedeco.javacpp.indexer that return Raw
    Modifier and Type
    Method
    Description
    (package private) static Raw
    Returns UnsafeRaw if UnsafeRaw.isAvailable() or null otherwise.