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