StreamFile.with_bounds
Description:
[ CCode ( has_construct_function = false , type = "GMimeStream*" ) ]
public StreamFile.with_bounds (void* fp, int64 start, int64 end)
public StreamFile.with_bounds (void* fp, int64 start, int64 end)
Creates a new StreamFile object around fp
with bounds start
and end
.
Note: The created StreamFile object will own the FILE pointer passed in.
Parameters:
fp |
a FILE pointer |
start |
start boundary |
end |
end boundary |
Returns:
a stream using |