StreamFs.newWithBounds

Creates a new #GMimeStreamFs object around fd with bounds start and end.

class StreamFs
static
newWithBounds
(
int fd
,
long start
,
long end
)

Parameters

fd int

a file descriptor

start long

start boundary

end long

end boundary

Return Value

Type: gmime.stream_fs.StreamFs

a stream using fd with bounds start and end.