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) classA raw memory interface based onUnsafeRawthat swaps the bytes.(package private) classThe raw memory interface based onUnsafe.Fields in org.bytedeco.javacpp.indexer declared as RawModifier and TypeFieldDescription(package private) static final RawRaw.INSTANCEprotected static final RawBfloat16RawIndexer.RAWThe instance for the raw memory interface.protected static final RawBooleanRawIndexer.RAWThe instance for the raw memory interface.protected static final RawByteArrayIndexer.RAWThe instance for the raw memory interface.protected static final RawByteRawIndexer.RAWThe instance for the raw memory interface.protected static final RawCharRawIndexer.RAWThe instance for the raw memory interface.protected static final RawDoubleRawIndexer.RAWThe instance for the raw memory interface.protected static final RawFloatRawIndexer.RAWThe instance for the raw memory interface.protected static final RawHalfRawIndexer.RAWThe instance for the raw memory interface.protected static final RawIntRawIndexer.RAWThe instance for the raw memory interface.protected static final RawLongRawIndexer.RAWThe instance for the raw memory interface.protected static final RawShortRawIndexer.RAWThe instance for the raw memory interface.protected static final RawUByteRawIndexer.RAWThe instance for the raw memory interface.protected static final RawUIntRawIndexer.RAWThe instance for the raw memory interface.protected static final RawULongRawIndexer.RAWThe instance for the raw memory interface.protected static final RawUShortRawIndexer.RAWThe instance for the raw memory interface.Methods in org.bytedeco.javacpp.indexer that return RawModifier and TypeMethodDescription(package private) static RawRaw.getInstance()ReturnsUnsafeRawifUnsafeRaw.isAvailable()or null otherwise.