StreamFile.newWithBounds

gmime.stream_file.StreamFile newWithBounds(void * fp, long start, long end)

Creates a new #GMimeStreamFile object around fp with bounds start and end.

Note

The created #GMimeStreamFile object will own the FILE pointer

passed in.

Parameters

fpa FILE pointer
startstart boundary
endend boundary

Returns

a stream using fp with bounds start and end.