StreamMmap.newWithBounds
gmime.stream_mmap.StreamMmap newWithBounds(int fd, int prot, int flags, long start, long end)Creates a new #GMimeStreamMmap object around fd with bounds start and end.
Parameters
fd | file descriptor |
prot | protection flags |
flags | map flags |
start | start boundary |
end | end boundary |
Returns
a stream using fd with bounds start and end.