Class VCustomTarget
java.lang.Object
app.photofox.vipsffm.VTarget
app.photofox.vipsffm.VCustomTarget
Models a libvips "custom streaming" target
Provides callbacks for write and end operations
See true streaming for libvips
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
-
Constructor Summary
ConstructorDescriptionVCustomTarget
(Arena arena, VCustomTarget.WriteCallback writeCallback, VCustomTarget.EndCallback endCallback) -
Method Summary
Methods inherited from class app.photofox.vipsffm.VTarget
equals, getBlob, getUnsafeAddress, getUnsafeStructAddress, hashCode, newFromOutputStream, newToDescriptor, newToFile, newToMemory
-
Constructor Details
-
VCustomTarget
public VCustomTarget(Arena arena, VCustomTarget.WriteCallback writeCallback, VCustomTarget.EndCallback endCallback) throws VipsError - Throws:
VipsError
-