C# Class Google.Protobuf.ByteArray

Provides a utility routine to copy small arrays much more quickly than Buffer.BlockCopy
ファイルを表示 Open project: mirror/chromium Class Usage Examples

Private Methods

Method Description
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