![]() |
![]() |
![]() |
Camel Reference Manual | ![]() |
---|---|---|---|---|
struct CamelStreamFs; CamelStream* camel_stream_fs_new_with_name (const char *name, int flags, mode_t mode); CamelStream* camel_stream_fs_new_with_name_and_bounds (const char *name, int flags, mode_t mode, off_t start, off_t end); CamelStream* camel_stream_fs_new_with_fd (int fd); CamelStream* camel_stream_fs_new_with_fd_and_bounds (int fd, off_t start, off_t end);
struct CamelStreamFs { CamelSeekableStream parent_object; int fd; /* file descriptor on the underlying file */ };
CamelStream* camel_stream_fs_new_with_name (const char *name, int flags, mode_t mode);
|
|
|
|
|
|
Returns : |
CamelStream* camel_stream_fs_new_with_name_and_bounds (const char *name, int flags, mode_t mode, off_t start, off_t end);
|
|
|
|
|
|
|
|
|
|
Returns : |
CamelStream* camel_stream_fs_new_with_fd_and_bounds (int fd, off_t start, off_t end);
|
|
|
|
|
|
Returns : |