StreamMmap.with_bounds
Description:
[ CCode ( has_construct_function = false , type = "GMimeStream*" ) ]
public StreamMmap.with_bounds (int fd, int prot, int flags, int64 start, int64 end)
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
.
Parameters:
fd |
file descriptor |
prot |
protection flags |
flags |
map flags |
start |
start boundary |
end |
end boundary |
Returns:
a stream using |