Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages

B

bitAlignment() - Method in interface java.lang.foreign.MemoryLayoutPREVIEW
Returns the alignment constraint associated with this layout, expressed in bits.
bitOffset(MemoryLayout.PathElement...) - Method in interface java.lang.foreign.MemoryLayoutPREVIEW
Computes the offset, in bits, of the layout selected by the given layout path, where the path is considered rooted in this layout.
bitOffsetHandle(MemoryLayout.PathElement...) - Method in interface java.lang.foreign.MemoryLayoutPREVIEW
Creates a method handle that can be used to compute the offset, in bits, of the layout selected by the given layout path, where the path is considered rooted in this layout.
bitSize() - Method in interface java.lang.foreign.MemoryLayoutPREVIEW
Returns the layout size, in bits.
byteAlignment() - Method in interface java.lang.foreign.MemoryLayoutPREVIEW
Returns the alignment constraint associated with this layout, expressed in bytes.
byteOffset(MemoryLayout.PathElement...) - Method in interface java.lang.foreign.MemoryLayoutPREVIEW
Computes the offset, in bytes, of the layout selected by the given layout path, where the path is considered rooted in this layout.
byteOffsetHandle(MemoryLayout.PathElement...) - Method in interface java.lang.foreign.MemoryLayoutPREVIEW
Creates a method handle that can be used to compute the offset, in bytes, of the layout selected by the given layout path, where the path is considered rooted in this layout.
byteSize() - Method in interface java.lang.foreign.MemoryLayoutPREVIEW
Returns the layout size, in bytes.
byteSize() - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Returns the size (in bytes) of this memory segment.
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages