#include <file.h>
|
| File (PlatformFile) |
|
| File () |
|
| ~File () |
|
| File (File &&other) |
|
File & | operator= (File &&other) |
|
size_t | Write (const uint8_t *data, size_t length) |
|
size_t | Read (uint8_t *buffer, size_t length) |
|
size_t | WriteAt (const uint8_t *data, size_t length, size_t offset) |
|
size_t | ReadAt (uint8_t *buffer, size_t length, size_t offset) |
|
bool | Seek (size_t offset) |
|
bool | Close () |
|
bool | IsOpen () |
|
| File (PlatformFile) |
|
| File () |
|
| ~File () |
|
| File (File &&other) |
|
File & | operator= (File &&other) |
|
size_t | Write (const uint8_t *data, size_t length) |
|
size_t | Read (uint8_t *buffer, size_t length) |
|
size_t | WriteAt (const uint8_t *data, size_t length, size_t offset) |
|
size_t | ReadAt (uint8_t *buffer, size_t length, size_t offset) |
|
bool | Seek (size_t offset) |
|
bool | Close () |
|
bool | IsOpen () |
|
◆ File() [1/6]
File::File |
( |
PlatformFile |
file | ) |
|
|
explicit |
◆ File() [2/6]
◆ ~File() [1/2]
◆ File() [3/6]
File::File |
( |
File && |
other | ) |
|
◆ File() [4/6]
rtc::File::File |
( |
PlatformFile |
| ) |
|
|
explicit |
◆ File() [5/6]
◆ ~File() [2/2]
◆ File() [6/6]
rtc::File::File |
( |
File && |
other | ) |
|
◆ Close() [1/2]
◆ Close() [2/2]
bool rtc::File::Close |
( |
| ) |
|
◆ Create() [1/6]
◆ Create() [2/6]
◆ Create() [3/6]
◆ Create() [4/6]
◆ Create() [5/6]
◆ Create() [6/6]
◆ IsOpen() [1/2]
◆ IsOpen() [2/2]
bool rtc::File::IsOpen |
( |
| ) |
|
◆ Open() [1/6]
◆ Open() [2/6]
◆ Open() [3/6]
◆ Open() [4/6]
◆ Open() [5/6]
◆ Open() [6/6]
◆ operator=() [1/2]
◆ operator=() [2/2]
File& rtc::File::operator= |
( |
File && |
other | ) |
|
◆ Read() [1/2]
◆ Read() [2/2]
◆ ReadAt() [1/2]
◆ ReadAt() [2/2]
◆ Remove() [1/6]
◆ Remove() [2/6]
static bool rtc::File::Remove |
( |
const std::string & |
path | ) |
|
|
static |
◆ Remove() [3/6]
◆ Remove() [4/6]
static bool rtc::File::Remove |
( |
Pathname && |
path | ) |
|
|
static |
◆ Remove() [5/6]
static bool rtc::File::Remove |
( |
const Pathname & |
path | ) |
|
|
static |
◆ Remove() [6/6]
bool File::Remove |
( |
const Pathname & |
path | ) |
|
|
static |
◆ Seek() [1/2]
bool rtc::File::Seek |
( |
size_t |
offset | ) |
|
◆ Seek() [2/2]
bool File::Seek |
( |
size_t |
offset | ) |
|
◆ Write() [1/2]
◆ Write() [2/2]
◆ WriteAt() [1/2]
◆ WriteAt() [2/2]
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/base/file.h
- Source/ThirdParty/libwebrtc/Source/webrtc/base/file.cc
- Source/ThirdParty/libwebrtc/Source/webrtc/base/file_posix.cc
- Source/ThirdParty/libwebrtc/Source/webrtc/base/file_win.cc