[ CCode ( has_construct_function = false , type = "GMimeStream*" ) ]
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.
| fp |
a FILE pointer |
| start |
start boundary |
| end |
end boundary |
|
a stream using |