webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <FileReaderSync.h>
Public Member Functions | |
ExceptionOr< RefPtr< JSC::ArrayBuffer > > | readAsArrayBuffer (ScriptExecutionContext &, Blob &) |
ExceptionOr< String > | readAsBinaryString (ScriptExecutionContext &, Blob &) |
ExceptionOr< String > | readAsText (ScriptExecutionContext &, Blob &, const String &encoding) |
ExceptionOr< String > | readAsDataURL (ScriptExecutionContext &, Blob &) |
Public Member Functions inherited from WTF::RefCounted< FileReaderSync > | |
void | deref () const |
void | deref () const |
void | deref () const |
Public Member Functions inherited from WTF::RefCountedBase | |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
Static Public Member Functions | |
static Ref< FileReaderSync > | create () |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::RefCounted< FileReaderSync > | |
RefCounted () | |
RefCounted () | |
RefCounted () | |
~RefCounted () | |
~RefCounted () | |
~RefCounted () | |
Protected Member Functions inherited from WTF::RefCountedBase | |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
|
inlinestatic |
ExceptionOr< RefPtr< ArrayBuffer > > FileReaderSync::readAsArrayBuffer | ( | ScriptExecutionContext & | scriptExecutionContext, |
Blob & | blob | ||
) |
ExceptionOr< String > FileReaderSync::readAsBinaryString | ( | ScriptExecutionContext & | scriptExecutionContext, |
Blob & | blob | ||
) |
ExceptionOr< String > FileReaderSync::readAsDataURL | ( | ScriptExecutionContext & | scriptExecutionContext, |
Blob & | blob | ||
) |
ExceptionOr< String > FileReaderSync::readAsText | ( | ScriptExecutionContext & | scriptExecutionContext, |
Blob & | blob, | ||
const String & | encoding | ||
) |