Hi folks.. I am implementing one program where I need to pass message as boolean array.. While implementing my MyMessageWritable.java class,I need to define readfields() and write() functions...
I tried my luck but failed...Program is compiling fine but not running... I am taking boolean array as boolean[] bitstring=new boolean[128]; pls help...I am badly tangled... Thanks Jyoti
