C# Class System.IO.FileReader

Inheritance: System.Html.EventTarget
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Abort ( ) : void
AddEventListener ( FileReaderEvents type, Action listener ) : void
AddEventListener ( FileReaderEvents type, Action listener, bool capture ) : void
AddEventListener ( FileReaderEvents type, HtmlEventHandler listener ) : void
AddEventListener ( FileReaderEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( FileReaderEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( FileReaderEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( FileReaderEvents type, IEventListener listener ) : void
AddEventListener ( FileReaderEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
FileReader ( ) : System.Html
ReadAsArrayBuffer ( Blob blob ) : void
ReadAsBinaryString ( Blob filedata ) : void
ReadAsDataURL ( Blob blob ) : void
ReadAsText ( Blob blob ) : void
ReadAsText ( Blob blob, string label ) : void
RemoveEventListener ( FileReaderEvents type, Action listener ) : void
RemoveEventListener ( FileReaderEvents type, Action listener, bool capture ) : void
RemoveEventListener ( FileReaderEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( FileReaderEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( FileReaderEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( FileReaderEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( FileReaderEvents type, IEventListener listener ) : void
RemoveEventListener ( FileReaderEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

AddEventListener() public méthode

public AddEventListener ( FileReaderEvents type, Action listener ) : void
type FileReaderEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( FileReaderEvents type, Action listener, bool capture ) : void
type FileReaderEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( FileReaderEvents type, HtmlEventHandler listener ) : void
type FileReaderEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( FileReaderEvents type, HtmlEventHandler listener, bool capture ) : void
type FileReaderEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( FileReaderEvents type, HtmlEventHandlerWithTarget listener ) : void
type FileReaderEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( FileReaderEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type FileReaderEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( FileReaderEvents type, IEventListener listener ) : void
type FileReaderEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( FileReaderEvents type, IEventListener listener, bool capture ) : void
type FileReaderEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

FileReader() public méthode

public FileReader ( ) : System.Html
Résultat System.Html

ReadAsArrayBuffer() public méthode

public ReadAsArrayBuffer ( Blob blob ) : void
blob Blob
Résultat void

ReadAsBinaryString() public méthode

public ReadAsBinaryString ( Blob filedata ) : void
filedata Blob
Résultat void

ReadAsDataURL() public méthode

public ReadAsDataURL ( Blob blob ) : void
blob Blob
Résultat void

ReadAsText() public méthode

public ReadAsText ( Blob blob ) : void
blob Blob
Résultat void

ReadAsText() public méthode

public ReadAsText ( Blob blob, string label ) : void
blob Blob
label string
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FileReaderEvents type, Action listener ) : void
type FileReaderEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FileReaderEvents type, Action listener, bool capture ) : void
type FileReaderEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FileReaderEvents type, HtmlEventHandler listener ) : void
type FileReaderEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FileReaderEvents type, HtmlEventHandler listener, bool capture ) : void
type FileReaderEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FileReaderEvents type, HtmlEventHandlerWithTarget listener ) : void
type FileReaderEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FileReaderEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type FileReaderEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FileReaderEvents type, IEventListener listener ) : void
type FileReaderEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( FileReaderEvents type, IEventListener listener, bool capture ) : void
type FileReaderEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void