C# 클래스 Google.Protobuf.ByteArray

Provides a utility routine to copy small arrays much more quickly than Buffer.BlockCopy
파일 보기 프로젝트 열기: mirror/chromium 1 사용 예제들

비공개 메소드들

메소드 설명
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