Package | Description |
---|---|
org.bytedeco.javacpp.indexer |
Contains classes for multidimensional access of arrays and buffers.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ReverseUnsafeRaw
A raw memory interface based on
UnsafeRaw that swaps the bytes. |
(package private) class |
UnsafeRaw
The raw memory interface based on
Unsafe . |
Modifier and Type | Field and Description |
---|---|
(package private) static Raw |
Raw.INSTANCE |
protected static Raw |
BooleanRawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
UShortRawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
ShortRawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
CharRawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
UByteRawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
ULongRawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
HalfRawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
Bfloat16RawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
UIntRawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
DoubleRawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
IntRawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
FloatRawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
ByteArrayIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
ByteRawIndexer.RAW
The instance for the raw memory interface.
|
protected static Raw |
LongRawIndexer.RAW
The instance for the raw memory interface.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Raw |
Raw.getInstance()
Returns
UnsafeRaw if UnsafeRaw.isAvailable() or null otherwise. |
Copyright © 2020. All rights reserved.