C# Class LibuvSharp.IUVStreamExtensions

Show file Open project: WebSharpProject/LibuvSharp

Public Methods

Method Description
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

Method Details

End() public static method

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

End() public static method

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

End() public static method

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

End() public static method

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

End() public static method

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

End() public static method

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

End() public static method

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

End() public static method

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

End() public static method

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

End() public static method

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

End() public static method

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

End() public static method

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
return void

Read() public static method

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

Shutdown() public static method

public static Shutdown ( this stream ) : void
stream this
return void

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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

Write() public static method

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