Interface CustomStreamSeekCallback.Function
- Enclosing class:
CustomStreamSeekCallback
public static interface CustomStreamSeekCallback.Function
The function pointer signature, expressed as a functional interface
-
Method Summary
Modifier and TypeMethodDescriptionlong
apply
(MemorySegment source, MemorySegment data, int whence, MemorySegment handle)
-
Method Details
-
apply
-