How to hex dump a ChannelBuffer

Frederic Bregier fredbregier at free.fr
Wed Apr 1 02:41:34 EDT 2009


Hi Hez,

it does not fully answer your question, but you could use the hashCode
since the API says:
    /**
     * Returns a hash code which was calculated from the content of this
     * buffer.  If there's a byte array which is
     * {@linkplain #equals(Object) equal to} this array, both arrays should
     * return the same value.
     */
    int hashCode();

HTH,
Frederic

-----
Hardware/Software Architect
-- 
View this message in context: http://n2.nabble.com/How-to-hex-dump-a-ChannelBuffer-tp2563734p2567430.html
Sent from the Netty User Group mailing list archive at Nabble.com.




More information about the netty-users mailing list