webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::FileStream Class Reference

#include <FileStream.h>

Public Member Functions

 FileStream ()
 
 ~FileStream ()
 
long long getSize (const String &path, double expectedModificationTime)
 
bool openForRead (const String &path, long long offset, long long length)
 
void close ()
 
int read (char *buffer, int length)
 
 FileStream ()
 
 ~FileStream ()
 
long long getSize (const String &path, double expectedModificationTime)
 
bool openForRead (const String &path, long long offset, long long length)
 
void close ()
 
int read (char *buffer, int length)
 

Constructor & Destructor Documentation

◆ FileStream() [1/2]

FileStream::FileStream ( )

◆ ~FileStream() [1/2]

FileStream::~FileStream ( )

◆ FileStream() [2/2]

WebCore::FileStream::FileStream ( )

◆ ~FileStream() [2/2]

WebCore::FileStream::~FileStream ( )

Member Function Documentation

◆ 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: