StreamGIO.with_bounds
Description:
[
CCode ( has_construct_function =
false , type =
"GMimeStream*" ) ]
public StreamGIO.with_bounds (
File file,
int64 start,
int64 end)
Creates a new StreamGIO stream around a
File with bounds start and end.
Parameters:
| file |
a File
|
| start |
start boundary
|
| end |
end boundary
|
Returns:
|
a stream using file with bounds start and end.
|