Uses of Record Class
club.doki7.stb.vorbis.handle.STB_Vorbis.Ptr
Packages that use STB_Vorbis.Ptr
-
Uses of STB_Vorbis.Ptr in club.doki7.stb.vorbis.handle
Methods in club.doki7.stb.vorbis.handle that return STB_Vorbis.PtrModifier and TypeMethodDescriptionstatic STB_Vorbis.Ptr
static STB_Vorbis.Ptr
static STB_Vorbis.Ptr
STB_Vorbis.Ptr.allocate
(Arena arena, @Nullable STB_Vorbis @NotNull [] values) static STB_Vorbis.Ptr
STB_Vorbis.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable STB_Vorbis> values) static STB_Vorbis.Ptr
STB_Vorbis.Ptr.allocateV
(Arena arena, @Nullable STB_Vorbis value0, @Nullable STB_Vorbis... values) STB_Vorbis.Ptr.offset
(long offset) STB_Vorbis.Ptr.reinterpret
(long newSize) Assume theSTB_Vorbis.Ptr
is capable of holding at leastnewSize
handles, create a new viewSTB_Vorbis.Ptr
that uses the same backing storage as thisSTB_Vorbis.Ptr
, but with the new size.STB_Vorbis.Ptr.slice
(long end) STB_Vorbis.Ptr.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).