StreamFs.with_bounds


Description:

[ CCode ( has_construct_function = false , type = "GMimeStream*" ) ]
public StreamFs.with_bounds (int fd, int64 start, int64 end)

Creates a new StreamFs 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.