StreamFile.newWithBounds

Creates a new #GMimeStreamFile object around fp with bounds start and end.

Note: The created #GMimeStreamFile object will own the FILE pointer passed in.

class StreamFile
static
newWithBounds
(
void* fp
,
long start
,
long end
)

Parameters

fp void*

a FILE pointer

start long

start boundary

end long

end boundary

Return Value

Type: gmime.stream_file.StreamFile

a stream using fp with bounds start and end.