C# 클래스 LibuvSharp.IUVStreamExtensions

파일 보기 프로젝트 열기: WebSharpProject/LibuvSharp

공개 메소드들

메소드 설명
End ( this stream, Encoding encoding, string text ) : int
End ( this stream, Encoding encoding, string text, System.Action callback ) : int
End ( this stream, string text ) : int
End ( this stream, string text, System.Action callback ) : int
End ( this stream, ArraySegment data ) : void
End ( this stream, ArraySegment data, System.Action callback ) : void
End ( this stream, byte data ) : void
End ( this stream, byte data, System.Action callback ) : void
End ( this stream, byte data, int count ) : void
End ( this stream, byte data, int count, System.Action callback ) : void
End ( this stream, byte data, int index, int count ) : void
End ( this stream, byte data, int index, int count, System.Action callback ) : void
Read ( this stream, Encoding enc, Action callback ) : void
Shutdown ( this stream ) : void
Write ( this stream, Encoding enc, string text ) : int
Write ( this stream, Encoding enc, string text, Action callback ) : int
Write ( this stream, string text ) : int
Write ( this stream, string text, Action callback ) : int
Write ( this stream, ArraySegment data ) : void
Write ( this stream, ArraySegment data, Action callback ) : void
Write ( this stream, byte data ) : void
Write ( this stream, byte data, Action callback ) : void
Write ( this stream, byte data, int count ) : void
Write ( this stream, byte data, int count, Action callback ) : void
Write ( this stream, byte data, int index, int count ) : void

메소드 상세

End() 공개 정적인 메소드

public static End ( this stream, Encoding encoding, string text ) : int
stream this
encoding System.Text.Encoding
text string
리턴 int

End() 공개 정적인 메소드

public static End ( this stream, Encoding encoding, string text, System.Action callback ) : int
stream this
encoding System.Text.Encoding
text string
callback System.Action
리턴 int

End() 공개 정적인 메소드

public static End ( this stream, string text ) : int
stream this
text string
리턴 int

End() 공개 정적인 메소드

public static End ( this stream, string text, System.Action callback ) : int
stream this
text string
callback System.Action
리턴 int

End() 공개 정적인 메소드

public static End ( this stream, ArraySegment data ) : void
stream this
data ArraySegment
리턴 void

End() 공개 정적인 메소드

public static End ( this stream, ArraySegment data, System.Action callback ) : void
stream this
data ArraySegment
callback System.Action
리턴 void

End() 공개 정적인 메소드

public static End ( this stream, byte data ) : void
stream this
data byte
리턴 void

End() 공개 정적인 메소드

public static End ( this stream, byte data, System.Action callback ) : void
stream this
data byte
callback System.Action
리턴 void

End() 공개 정적인 메소드

public static End ( this stream, byte data, int count ) : void
stream this
data byte
count int
리턴 void

End() 공개 정적인 메소드

public static End ( this stream, byte data, int count, System.Action callback ) : void
stream this
data byte
count int
callback System.Action
리턴 void

End() 공개 정적인 메소드

public static End ( this stream, byte data, int index, int count ) : void
stream this
data byte
index int
count int
리턴 void

End() 공개 정적인 메소드

public static End ( this stream, byte data, int index, int count, System.Action callback ) : void
stream this
data byte
index int
count int
callback System.Action
리턴 void

Read() 공개 정적인 메소드

public static Read ( this stream, Encoding enc, Action callback ) : void
stream this
enc System.Text.Encoding
callback Action
리턴 void

Shutdown() 공개 정적인 메소드

public static Shutdown ( this stream ) : void
stream this
리턴 void

Write() 공개 정적인 메소드

public static Write ( this stream, Encoding enc, string text ) : int
stream this
enc System.Text.Encoding
text string
리턴 int

Write() 공개 정적인 메소드

public static Write ( this stream, Encoding enc, string text, Action callback ) : int
stream this
enc System.Text.Encoding
text string
callback Action
리턴 int

Write() 공개 정적인 메소드

public static Write ( this stream, string text ) : int
stream this
text string
리턴 int

Write() 공개 정적인 메소드

public static Write ( this stream, string text, Action callback ) : int
stream this
text string
callback Action
리턴 int

Write() 공개 정적인 메소드

public static Write ( this stream, ArraySegment data ) : void
stream this
data ArraySegment
리턴 void

Write() 공개 정적인 메소드

public static Write ( this stream, ArraySegment data, Action callback ) : void
stream this
data ArraySegment
callback Action
리턴 void

Write() 공개 정적인 메소드

public static Write ( this stream, byte data ) : void
stream this
data byte
리턴 void

Write() 공개 정적인 메소드

public static Write ( this stream, byte data, Action callback ) : void
stream this
data byte
callback Action
리턴 void

Write() 공개 정적인 메소드

public static Write ( this stream, byte data, int count ) : void
stream this
data byte
count int
리턴 void

Write() 공개 정적인 메소드

public static Write ( this stream, byte data, int count, Action callback ) : void
stream this
data byte
count int
callback Action
리턴 void

Write() 공개 정적인 메소드

public static Write ( this stream, byte data, int index, int count ) : void
stream this
data byte
index int
count int
리턴 void