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 WCharPtrstatic @NotNull WCharPtrstatic @NotNull WCharPtrWCharPtr.allocateWString(@NotNull Arena arena, @NotNull String string) (Windows only) allocate a newWCharPtrwith the given string as the content.static @Nullable WCharPtrWCharPtr.checked(@NotNull MemorySegment segment) Create a newWCharPtrwith the givenMemorySegmentas the backing storage, with argument validation.@NotNull WCharPtrWCharPtr.offset(long offset) @NotNull WCharPtrWCharPtr.reinterpret(long newSize) @NotNull WCharPtrWCharPtr.slice(long end) @NotNull WCharPtrWCharPtr.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 TypeMethodDescriptionintXR.getAudioInputDeviceGuidOculus(XrInstance instance, WCharPtr buffer) intXR.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 TypeMethodDescriptionintSTBI.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 TypeMethodDescriptionintSTBIW.stbiwConvertWcharToUtf8(@Nullable BytePtr buffer, long bufferlen, @Nullable WCharPtr input)