[ CCode ( has_construct_function = false , type = "GMimeStream*" ) ]
public StreamMmap.with_bounds (int fd, int prot, int flags, int64 start, int64 end)
Creates a new StreamMmap object around fd
with bounds start
and end
.
fd |
file descriptor |
prot |
protection flags |
flags |
map flags |
start |
start boundary |
end |
end boundary |
a stream using |