Re: changes the bytes of transmitting byte Array through apache camel mina UDP

2013-03-01 Thread Jon V
+1 for great analogy. On Friday, March 1, 2013 at 9:12 AM, Emmanuel Lécharny wrote: > Le 3/1/13 9:50 AM, Tejas Patel a écrit : > > Problem : > > > > When i transmit the byte array of [56, 34, 0, 4, -79, 1] from one device to > > another device on using Apache Camel Mina UDP endpoint, at rece

Re: changes the bytes of transmitting byte Array through apache camel mina UDP

2013-03-01 Thread Emmanuel Lécharny
Le 3/1/13 9:50 AM, Tejas Patel a écrit : > Problem : > > When i transmit the byte array of [56, 34, 0, 4, -79, 1] from one device to > another device on using Apache Camel Mina UDP endpoint, at receiver side byte > Array is changed like [56, 34, 0, 4, -17, -65, -67, 1]. but when i transmit > byte

changes the bytes of transmitting byte Array through apache camel mina UDP

2013-03-01 Thread Tejas Patel
Problem : When i transmit the byte array of [56, 34, 0, 4, -79, 1] from one device to another device on using Apache Camel Mina UDP endpoint, at receiver side byte Array is changed like [56, 34, 0, 4, -17, -65, -67, 1]. but when i transmit byte array like [56,34,0,4,78,0] from one device to anoth