1BSON_READER_RESET(3)                libbson               BSON_READER_RESET(3)
2
3
4

SYNOPSIS

6          void
7          bson_reader_reset (bson_reader_t *reader);
8

PARAMETERS

10reader: A bson_reader_t.
11

DESCRIPTION

13       Seeks  to  the  beginning  of  the  underlying buffer. Valid only for a
14       reader created from a buffer with bson_reader_new_from_data(), not  one
15       created from a file, file descriptor, or handle.
16

AUTHOR

18       MongoDB, Inc
19
21       2017-present, MongoDB, Inc
22
23
24
25
261.25.1                           Nov 08, 2023             BSON_READER_RESET(3)
Impressum