C# Класс LibuvSharp.IUVStreamExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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