Метод | Описание | |
---|---|---|
Read ( this stream, Byte buffer ) : |
||
ReadAll ( this stream ) : Byte[] | ||
ReadAll ( this stream, |
||
Write ( this stream, Byte buffer ) : void |
public static Read ( this stream, Byte buffer ) : |
||
stream | this | |
buffer | Byte | |
Результат |
public static ReadAll ( this stream ) : Byte[] | ||
stream | this | |
Результат | Byte[] |
public static ReadAll ( this stream, |
||
stream | this | |
bufferSize | ||
Результат | Byte[] |
public static Write ( this stream, Byte buffer ) : void | ||
stream | this | |
buffer | Byte | |
Результат | void |