#include <FileStream.h>
◆ FileStream() [1/2]
FileStream::FileStream |
( |
| ) |
|
◆ ~FileStream() [1/2]
FileStream::~FileStream |
( |
| ) |
|
◆ FileStream() [2/2]
WebCore::FileStream::FileStream |
( |
| ) |
|
◆ ~FileStream() [2/2]
WebCore::FileStream::~FileStream |
( |
| ) |
|
◆ close() [1/2]
void FileStream::close |
( |
| ) |
|
◆ close() [2/2]
void WebCore::FileStream::close |
( |
| ) |
|
◆ getSize() [1/2]
long long WebCore::FileStream::getSize |
( |
const String & |
path, |
|
|
double |
expectedModificationTime |
|
) |
| |
◆ getSize() [2/2]
long long FileStream::getSize |
( |
const String & |
path, |
|
|
double |
expectedModificationTime |
|
) |
| |
◆ openForRead() [1/2]
bool FileStream::openForRead |
( |
const String & |
path, |
|
|
long long |
offset, |
|
|
long long |
length |
|
) |
| |
◆ openForRead() [2/2]
bool WebCore::FileStream::openForRead |
( |
const String & |
path, |
|
|
long long |
offset, |
|
|
long long |
length |
|
) |
| |
◆ read() [1/2]
int FileStream::read |
( |
char * |
buffer, |
|
|
int |
length |
|
) |
| |
◆ read() [2/2]
int WebCore::FileStream::read |
( |
char * |
buffer, |
|
|
int |
length |
|
) |
| |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/WebCore.framework/Versions/A/PrivateHeaders/FileStream.h
- Source/WebCore/platform/FileStream.cpp