Interface SaveFileDataCallback.Function
- Enclosing class:
SaveFileDataCallback
public static interface SaveFileDataCallback.Function
The function pointer signature, expressed as a functional interface
-
Method Summary
Modifier and TypeMethodDescriptionboolean
apply
(MemorySegment fileName, MemorySegment data, int dataSize)
-
Method Details
-
apply
-