Class _VipsTargetCustomClass

java.lang.Object
app.photofox.vipsffm.generated._VipsTargetCustomClass
Direct Known Subclasses:
VipsTargetCustomClass

public class _VipsTargetCustomClass extends Object
struct _VipsTargetCustomClass {
    VipsTargetClass parent_class;
    gint64 (*write)(VipsTargetCustom *, const void *, gint64);
    void (*finish)(VipsTargetCustom *);
    gint64 (*read)(VipsTargetCustom *, void *, gint64);
    gint64 (*seek)(VipsTargetCustom *, gint64, int);
    int (*end)(VipsTargetCustom *);
}