Class VipsTargetCustomClass

java.lang.Object
app.photofox.vipsffm.jextract._VipsTargetCustomClass
app.photofox.vipsffm.jextract.VipsTargetCustomClass

public class VipsTargetCustomClass extends _VipsTargetCustomClass
typedef 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 *);
} VipsTargetCustomClass