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
Subclasses of Raw in org.bytedeco.javacpp.indexerModifier and TypeClassDescription(package private) class
A raw memory interface based onUnsafeRaw
that swaps the bytes.(package private) class
The raw memory interface based onUnsafe
.Fields in org.bytedeco.javacpp.indexer declared as RawModifier and TypeFieldDescription(package private) static final Raw
Raw.INSTANCE
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 RawModifier and TypeMethodDescription(package private) static Raw
Raw.getInstance()
ReturnsUnsafeRaw
ifUnsafeRaw.isAvailable()
or null otherwise.