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