StreamMmap.newWithBounds

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

class StreamMmap
static
newWithBounds
(
int fd
,
int prot
,
int flags
,
long start
,
long end
)

Parameters

fd int

file descriptor

prot int

protection flags

flags int

map flags

start long

start boundary

end long

end boundary

Return Value

Type: gmime.stream_mmap.StreamMmap

a stream using fd with bounds start and end.