C# Класс Google.Protobuf.ByteArray

Provides a utility routine to copy small arrays much more quickly than Buffer.BlockCopy
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
Copy ( byte src, int srcOffset, byte dst, int dstOffset, int count ) : void

Determines which copy routine to use based on the number of bytes to be copied.

Reverse ( byte bytes ) : void

Reverses the order of bytes in the array