Lines Matching full:read
98 /// of bytes to read. This function might perform a partial read, meaning
123 /// <strong>Caveat:</strong> This Read() is potentially unsafe if you're using
130 /// asynchronous read completes, potentially causing a crash.
132 /// See the other version of Read() which avoids this problem by writing into
137 /// @param[in] buffer The buffer to hold the specified number of bytes read.
138 /// @param[in] bytes_to_read The number of bytes to read from
141 /// completion of Read().
143 /// @return An The number of bytes read an error code from
145 /// reached. It is valid to call Read() multiple times with a completion
147 int32_t Read(int64_t offset,
152 /// Read() reads from an offset in the file. A PP_ArrayOutput must be
154 /// function might perform a partial read.
159 /// @param[in] max_read_length The maximum number of bytes to read from
163 /// completion of Read().
165 /// @return The number of bytes read or an error code from
167 /// reached. It is valid to call Read() multiple times with a completion
170 int32_t Read(int32_t offset,
178 /// @param[in] buffer The buffer to hold the specified number of bytes read.
232 // Provide backwards-compatibility for older Read versions. Converts the