Interface CustomStreamWriteCallback.Function
- Enclosing class:
CustomStreamWriteCallback
public static interface CustomStreamWriteCallback.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
-