Dump() private method

private Dump ( IntPtr pBuffer, int offset, int length ) : void
pBuffer IntPtr
offset int
length int
return void
Ejemplo n.º 1
0
        public static void Dump(byte[] buffer)
        {
#if TRAVE
            Logobject.Dump(buffer, 0, buffer != null ? buffer.Length : -1);
#endif
        }