C# 클래스 Skybound.Gecko.GeckoWebBrowser.ByteArrayInputStream

상속: nsIInputStream
파일 보기 프로젝트 열기: quantum1423-dustbin/OpenGeckoSharp

공개 메소드들

메소드 설명
Available ( ) : int
Close ( ) : void
Create ( byte data ) : ByteArrayInputStream
IsNonBlocking ( ) : bool
Read ( IntPtr aBuf, uint aCount ) : int
ReadSegments ( IntPtr aWriter, IntPtr aClosure, uint aCount ) : int

비공개 메소드들

메소드 설명
ByteArrayInputStream ( byte data ) : System

메소드 상세

Available() 공개 메소드

public Available ( ) : int
리턴 int

Close() 공개 메소드

public Close ( ) : void
리턴 void

Create() 공개 정적인 메소드

public static Create ( byte data ) : ByteArrayInputStream
data byte
리턴 ByteArrayInputStream

IsNonBlocking() 공개 메소드

public IsNonBlocking ( ) : bool
리턴 bool

Read() 공개 메소드

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

ReadSegments() 공개 메소드

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