EncodingTranslatorStreamRead(Byte, Int32, Int32) - метод

Reads bytes from the stream. Bytes will be returned in the output encoding specified, regardless of the input encoding

Definition

Пространство имён: Tessa.Platform.IO
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public override int Read(
	byte[] buffer,
	int offset,
	int count
)

Параметры

buffer  Byte
Buffer to fill
offset  Int32
Start position in the buffer
count  Int32
Count of bytes to read and put in the buffer. Buffer needs to be long enough to accomodate offset + count

Возвращаемое значение

Int32

См. также