C# Class Skybound.Gecko.GeckoWebBrowser.ByteArrayInputStream

Inheritance: nsIInputStream
显示文件 Open project: quantum1423-dustbin/OpenGeckoSharp

Public Methods

Method 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

Method Description
ByteArrayInputStream ( byte data ) : System

Method Details

Available() public method

public Available ( ) : int
return int

Close() public method

public Close ( ) : void
return void

Create() public static method

public static Create ( byte data ) : ByteArrayInputStream
data byte
return ByteArrayInputStream

IsNonBlocking() public method

public IsNonBlocking ( ) : bool
return bool

Read() public method

public Read ( IntPtr aBuf, uint aCount ) : int
aBuf System.IntPtr
aCount uint
return int

ReadSegments() public method

public ReadSegments ( IntPtr aWriter, IntPtr aClosure, uint aCount ) : int
aWriter System.IntPtr
aClosure System.IntPtr
aCount uint
return int