C# Class Skybound.Gecko.GeckoWebBrowser.ByteArrayInputStream

Inheritance: nsIInputStream
Afficher le fichier Open project: quantum1423-dustbin/OpenGeckoSharp

Méthodes publiques

Méthode Description
Available ( ) : int
Close ( ) : void
Create ( byte data ) : ByteArrayInputStream
IsNonBlocking ( ) : bool
Read ( IntPtr aBuf, uint aCount ) : int
ReadSegments ( IntPtr aWriter, IntPtr aClosure, uint aCount ) : int

Private Methods

Méthode Description
ByteArrayInputStream ( byte data ) : System

Method Details

Available() public méthode

public Available ( ) : int
Résultat int

Close() public méthode

public Close ( ) : void
Résultat void

Create() public static méthode

public static Create ( byte data ) : ByteArrayInputStream
data byte
Résultat ByteArrayInputStream

IsNonBlocking() public méthode

public IsNonBlocking ( ) : bool
Résultat bool

Read() public méthode

public Read ( IntPtr aBuf, uint aCount ) : int
aBuf System.IntPtr
aCount uint
Résultat int

ReadSegments() public méthode

public ReadSegments ( IntPtr aWriter, IntPtr aClosure, uint aCount ) : int
aWriter System.IntPtr
aClosure System.IntPtr
aCount uint
Résultat int