StreamFs.newWithBounds

gmime.stream_fs.StreamFs newWithBounds(int fd, long start, long end)

Creates a new #GMimeStreamFs object around fd with bounds start and end.

Parameters

fda file descriptor
startstart boundary
endend boundary

Returns

a stream using fd with bounds start and end.