Для изменения размера нажмите или перетащите

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

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

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

Параметры

buffer
Тип: SystemByte
Buffer to fill
offset
Тип: SystemInt32
Start position in the buffer
count
Тип: SystemInt32
Count of bytes to read and put in the buffer. Buffer needs to be long enough to accomodate offset + count

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

Тип: Int32
См. также