Uses of Record Class
club.doki7.ffm.ptr.WCharPtr
Packages that use WCharPtr
Package
Description
Utility classes encapsulating
MemorySegment
, providing type-safe way
to access native memory.-
Uses of WCharPtr in club.doki7.ffm.ptr
Methods in club.doki7.ffm.ptr that return WCharPtrModifier and TypeMethodDescriptionstatic @NotNull WCharPtr
static @NotNull WCharPtr
static @NotNull WCharPtr
WCharPtr.allocateWString
(@NotNull Arena arena, @NotNull String string) (Windows only) allocate a newWCharPtr
with the given string as the content.static @Nullable WCharPtr
WCharPtr.checked
(@NotNull MemorySegment segment) Create a newWCharPtr
with the givenMemorySegment
as the backing storage, with argument validation.@NotNull WCharPtr
WCharPtr.offset
(long offset) @NotNull WCharPtr
WCharPtr.reinterpret
(long newSize) @NotNull WCharPtr
WCharPtr.slice
(long end) @NotNull WCharPtr
WCharPtr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize). -
Uses of WCharPtr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type WCharPtrModifier and TypeMethodDescriptionint
XR.getAudioInputDeviceGuidOculus
(XrInstance instance, WCharPtr buffer) int
XR.getAudioOutputDeviceGuidOculus
(XrInstance instance, WCharPtr buffer) -
Uses of WCharPtr in club.doki7.stb.image
Methods in club.doki7.stb.image with parameters of type WCharPtrModifier and TypeMethodDescriptionint
STBI.convertWcharToUtf8
(@Nullable BytePtr buffer, long bufferlen, @Nullable WCharPtr input) -
Uses of WCharPtr in club.doki7.stb.imagewrite
Methods in club.doki7.stb.imagewrite with parameters of type WCharPtrModifier and TypeMethodDescriptionint
STBIW.stbiwConvertWcharToUtf8
(@Nullable BytePtr buffer, long bufferlen, @Nullable WCharPtr input)