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
fd | a file descriptor |
start | start boundary |
end | end boundary |
Returns
a stream using fd with bounds start and end.