1BSON_READER_NEW_FROM_FILE(3)        Libbson       BSON_READER_NEW_FROM_FILE(3)
2
3
4

NAME

6       bson_reader_new_from_file - bson_reader_new_from_file()
7

SYNOPSIS

9          bson_reader_t *
10          bson_reader_new_from_file (const char *path, bson_error_t *error);
11

PARAMETERS

13       · path: A filename in the host filename encoding.
14
15       · error: A bson_error_t.
16

DESCRIPTION

18       Creates a new bson_reader_t using the file denoted by filename.
19

ERRORS

21       Errors are propagated via the error parameter.
22

RETURNS

24       A newly allocated bson_reader_t on success, otherwise NULL and error is
25       set.
26

AUTHOR

28       MongoDB, Inc
29
31       2017-present, MongoDB, Inc
32
33
34
35
361.14.0                           Feb 22, 2019     BSON_READER_NEW_FROM_FILE(3)
Impressum