Class VipsSource

java.lang.Object
app.photofox.vipsffm.generated._VipsSource
app.photofox.vipsffm.generated.VipsSource

public class VipsSource extends _VipsSource
typedef struct _VipsSource {
    VipsConnection parent_object;
    gboolean decode;
    gboolean have_tested_seek;
    gboolean is_pipe;
    gint64 read_position;
    gint64 length;
    const void *data;
    GByteArray *header_bytes;
    GByteArray *sniff;
    VipsBlob *blob;
    void *mmap_baseaddr;
    size_t mmap_length;
} VipsSource