class FileReaderHTTPBodyStream
Defined at line 75 of file ../../third_party/crashpad/src/util/net/http_body.h
An implementation of HTTPBodyStream that reads from a
FileReaderInterface and provides its contents for an HTTP body.
Public Methods
void FileReaderHTTPBodyStream (FileReaderInterface * reader)
Creates a stream for reading from a FileReaderInterface.
Parameters
reader [in] A FileReaderInterface from which this HTTPBodyStream will read.
void FileReaderHTTPBodyStream (const FileReaderHTTPBodyStream & )
Defined at line 83 of file ../../third_party/crashpad/src/util/net/http_body.h
FileReaderHTTPBodyStream & operator= (const FileReaderHTTPBodyStream & )
Defined at line 84 of file ../../third_party/crashpad/src/util/net/http_body.h
void ~FileReaderHTTPBodyStream ()
FileOperationResult GetBytesBuffer (uint8_t * buffer, size_t max_len)
HTTPBodyStream: